Commit 737b5761 authored by Al Viro's avatar Al Viro Committed by David S. Miller

[XFRM]: xfrm_address_t annotations

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5f19343f
......@@ -12,8 +12,8 @@
*/
typedef union
{
__u32 a4;
__u32 a6[4];
__be32 a4;
__be32 a6[4];
} xfrm_address_t;
/* Ident of a specific xfrm_state. It is used on input to lookup
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment