commit | 1ce3644ade9c865c755bf0f6a4e109b7bb6eb60f | [log] [tgz] |
---|---|---|
author | Steffen Klassert <steffen.klassert@secunet.com> | Tue Mar 08 00:06:31 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 13 20:22:28 2011 -0700 |
tree | 14ce0727337a43d1fa28432d01189d1a5f4269c7 | |
parent | 9736acf395d3608583a7be70f62800b494fa103c [diff] |
xfrm: Use separate low and high order bits of the sequence numbers in xfrm_skb_cb To support IPsec extended sequence numbers, we split the output sequence numbers of xfrm_skb_cb in low and high order 32 bits and we add the high order 32 bits to the input sequence numbers. All users are updated accordingly. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>