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

[XFRM]: struct xfrm_id annotations

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a94cfd19
...@@ -23,7 +23,7 @@ typedef union ...@@ -23,7 +23,7 @@ typedef union
struct xfrm_id struct xfrm_id
{ {
xfrm_address_t daddr; xfrm_address_t daddr;
__u32 spi; __be32 spi;
__u8 proto; __u8 proto;
}; };
......
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