Skip to content

Commit

Permalink
[IPV6]: annotate struct frag_hdr
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Al Viro authored and David S. Miller committed Dec 3, 2006
1 parent a27ee7a commit 44473a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/net/ipv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44473a6

Please sign in to comment.