Searched defs:ipv6_sr_hdr (Results 1 – 9 of 9) sorted by relevance
24 struct ipv6_sr_hdr { struct25 __u8 nexthdr;26 __u8 hdrlen;27 __u8 type;28 __u8 segments_left;29 __u8 first_segment;30 __u8 flags;31 __u16 reserved;33 struct in6_addr segments[0];
24 struct ipv6_sr_hdr { struct25 __u8 nexthdr;26 __u8 hdrlen;27 __u8 type;28 __u8 segments_left;29 __u8 first_segment; /* Represents the last_entry field of SRH */30 __u8 flags;31 __u16 tag;33 struct in6_addr segments[];
77847 struct ipv6_sr_hdr { struct77848 __u8 nexthdr;77849 __u8 hdrlen;77850 __u8 type;77851 __u8 segments_left;77852 __u8 first_segment;77853 __u8 flags;77854 __u16 tag;77855 struct in6_addr segments[0];
112189 struct ipv6_sr_hdr { struct112190 __u8 nexthdr;112191 __u8 hdrlen;112192 __u8 type;112193 __u8 segments_left;112194 __u8 first_segment;112195 __u8 flags;112196 __u16 tag;112197 struct in6_addr segments[0];
99120 struct ipv6_sr_hdr { struct99121 __u8 nexthdr;99122 __u8 hdrlen;99123 __u8 type;99124 __u8 segments_left;99125 __u8 first_segment;99126 __u8 flags;99127 __u16 tag;99128 struct in6_addr segments[0];
106647 struct ipv6_sr_hdr { struct106648 __u8 nexthdr;106649 __u8 hdrlen;106650 __u8 type;106651 __u8 segments_left;106652 __u8 first_segment;106653 __u8 flags;106654 __u16 tag;106655 struct in6_addr segments[0];