Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243232
b: refs/heads/master
c: 3bc0732
h: refs/heads/master
v: v3
  • Loading branch information
Steffen Klassert authored and David S. Miller committed Mar 28, 2011
1 parent 37f9550 commit fedd915
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1fbc78439291627642517f15b9b91f3125588143
refs/heads/master: 3bc07321ccc236f693ce1b6a8786f0a2e38bb87e
2 changes: 2 additions & 0 deletions trunk/net/xfrm/xfrm_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ int xfrm_input(struct sk_buff *skb, int nexthdr, __be32 spi, int encap_type)
XFRM_SKB_CB(skb)->seq.input.low = seq;
XFRM_SKB_CB(skb)->seq.input.hi = seq_hi;

skb_dst_force(skb);

nexthdr = x->type->input(x, skb);

if (nexthdr == -EINPROGRESS)
Expand Down
2 changes: 2 additions & 0 deletions trunk/net/xfrm/xfrm_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ static int xfrm_output_one(struct sk_buff *skb, int err)

spin_unlock_bh(&x->lock);

skb_dst_force(skb);

err = x->type->output(x, skb);
if (err == -EINPROGRESS)
goto out_exit;
Expand Down

0 comments on commit fedd915

Please sign in to comment.