提交 44473a6b 编写于 作者: A Al Viro 提交者: David S. Miller

[IPV6]: annotate struct frag_hdr

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册