]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/xfrm.h
[IPV4]: encapsulation annotations
[net-next-2.6.git] / include / linux / xfrm.h
index 8ae7f744917b07123f80b7c38e3154729bf4b83d..7907c42bd4e45e927e078d22f3ea0edc771247e7 100644 (file)
@@ -211,8 +211,8 @@ struct xfrm_user_tmpl {
 
 struct xfrm_encap_tmpl {
        __u16           encap_type;
-       __u16           encap_sport;
-       __u16           encap_dport;
+       __be16          encap_sport;
+       __be16          encap_dport;
        xfrm_address_t  encap_oa;
 };