Home
last modified time | relevance | path

Searched defs:ipv6_sr_hdr (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dseg6.h23 struct ipv6_sr_hdr { struct
24 __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];
/kernel/linux/linux-5.10/include/uapi/linux/
Dseg6.h24 struct ipv6_sr_hdr { struct
25 __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];
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dseg6.h10 struct ipv6_sr_hdr { struct
11 __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];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dseg6.h23 struct ipv6_sr_hdr { struct
24 __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];
/kernel/linux/linux-6.6/tools/include/uapi/linux/
Dseg6.h24 struct ipv6_sr_hdr { struct
25 __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[];
/kernel/linux/linux-6.6/include/uapi/linux/
Dseg6.h24 struct ipv6_sr_hdr { struct
25 __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[];
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dseg6.h24 struct ipv6_sr_hdr { struct
25 __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];