diff options
Diffstat (limited to 'net/ipv6/ah6.c')
-rw-r--r-- | net/ipv6/ah6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ah6.c b/net/ipv6/ah6.c index 1aba54ae53c4..2195ae651923 100644 --- a/net/ipv6/ah6.c +++ b/net/ipv6/ah6.c | |||
@@ -409,7 +409,7 @@ static int ah6_output(struct xfrm_state *x, struct sk_buff *skb) | |||
409 | 409 | ||
410 | ah->reserved = 0; | 410 | ah->reserved = 0; |
411 | ah->spi = x->id.spi; | 411 | ah->spi = x->id.spi; |
412 | ah->seq_no = htonl(XFRM_SKB_CB(skb)->seq.output); | 412 | ah->seq_no = htonl(XFRM_SKB_CB(skb)->seq.output.low); |
413 | 413 | ||
414 | sg_init_table(sg, nfrags); | 414 | sg_init_table(sg, nfrags); |
415 | skb_to_sgvec(skb, sg, 0, skb->len); | 415 | skb_to_sgvec(skb, sg, 0, skb->len); |