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

[IPV6]: annotate struct frag_hdr

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a27ee7a4
...@@ -95,10 +95,10 @@ ...@@ -95,10 +95,10 @@
*/ */
struct frag_hdr { struct frag_hdr {
unsigned char nexthdr; __u8 nexthdr;
unsigned char reserved; __u8 reserved;
unsigned short frag_off; __be16 frag_off;
__u32 identification; __be32 identification;
}; };
#define IP6_MF 0x0001 #define IP6_MF 0x0001
......
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