diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/xfrm.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 7640822bc515..cb6d9b3fc55e 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
| @@ -582,8 +582,14 @@ struct xfrm_skb_cb { | |||
| 582 | 582 | ||
| 583 | /* Sequence number for replay protection. */ | 583 | /* Sequence number for replay protection. */ |
| 584 | union { | 584 | union { |
| 585 | u64 output; | 585 | struct { |
| 586 | __be32 input; | 586 | __u32 low; |
| 587 | __u32 hi; | ||
| 588 | } output; | ||
| 589 | struct { | ||
| 590 | __be32 low; | ||
| 591 | __be32 hi; | ||
| 592 | } input; | ||
| 587 | } seq; | 593 | } seq; |
| 588 | }; | 594 | }; |
| 589 | 595 | ||
