Searched defs:ipv6_sr_hdr (Results 1 – 7 of 7) sorted by relevance
23 struct ipv6_sr_hdr { struct24 __u8 nexthdr;25 __u8 hdrlen;26 __u8 type;27 __u8 segments_left;28 __u8 first_segment;29 __u8 flags;30 __u16 tag;31 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[0];
10 struct ipv6_sr_hdr { struct11 __u8 nexthdr;12 __u8 hdrlen;13 __u8 type;14 __u8 segments_left;15 __u8 first_segment;16 __u8 flags;17 __u16 tag;18 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[];