commit | d5a0a1e3109339090769e40fdaa62482fcf2a717 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Nov 08 00:23:14 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:21:17 2006 -0800 |
tree | e151364d1930a90c551faae4fd85fb6fcd88baa3 | |
parent | 4806126d78345ad8a99bca1367a8a39c08e19393 [diff] [blame] |
[IPV4]: encapsulation annotations Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/linux/xfrm.h b/include/linux/xfrm.h index 8ae7f74..7907c42 100644 --- a/include/linux/xfrm.h +++ b/include/linux/xfrm.h
@@ -211,8 +211,8 @@ struct xfrm_encap_tmpl { __u16 encap_type; - __u16 encap_sport; - __u16 encap_dport; + __be16 encap_sport; + __be16 encap_dport; xfrm_address_t encap_oa; };