Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[IPV6]: annotate struct frag_hdr

parent a27ee7a4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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