diff options
Diffstat (limited to 'net/xfrm/xfrm_output.c')
-rw-r--r-- | net/xfrm/xfrm_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_output.c b/net/xfrm/xfrm_output.c index 64f2ae1fdc15..4b63776a0264 100644 --- a/net/xfrm/xfrm_output.c +++ b/net/xfrm/xfrm_output.c | |||
@@ -68,7 +68,7 @@ static int xfrm_output_one(struct sk_buff *skb, int err) | |||
68 | } | 68 | } |
69 | 69 | ||
70 | if (x->type->flags & XFRM_TYPE_REPLAY_PROT) { | 70 | if (x->type->flags & XFRM_TYPE_REPLAY_PROT) { |
71 | XFRM_SKB_CB(skb)->seq.output = ++x->replay.oseq; | 71 | XFRM_SKB_CB(skb)->seq.output.low = ++x->replay.oseq; |
72 | if (unlikely(x->replay.oseq == 0)) { | 72 | if (unlikely(x->replay.oseq == 0)) { |
73 | XFRM_INC_STATS(net, LINUX_MIB_XFRMOUTSTATESEQERROR); | 73 | XFRM_INC_STATS(net, LINUX_MIB_XFRMOUTSTATESEQERROR); |
74 | x->replay.oseq--; | 74 | x->replay.oseq--; |