From: Al Viro Date: Wed, 8 Nov 2006 08:21:46 +0000 (-0800) Subject: [IPV6]: annotate struct frag_hdr X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=44473a6b279794f058955aec5c36975e74deb541;p=deliverable%2Flinux.git [IPV6]: annotate struct frag_hdr Signed-off-by: Al Viro Signed-off-by: David S. Miller --- diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 8223c4410b4b..4953fac1d070 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@ -95,10 +95,10 @@ */ struct frag_hdr { - unsigned char nexthdr; - unsigned char reserved; - unsigned short frag_off; - __u32 identification; + __u8 nexthdr; + __u8 reserved; + __be16 frag_off; + __be32 identification; }; #define IP6_MF 0x0001