Home
last modified time | relevance | path

Searched defs:ipv6hdr (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h59020 struct ipv6hdr { struct
59021 __u8 priority: 4;
59022 __u8 version: 4;
59023 __u8 flow_lbl[3];
59024 __be16 payload_len;
59025 __u8 nexthdr;
59026 __u8 hop_limit;
59027 union {
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h68778 struct ipv6hdr { struct
68779 __u8 priority: 4;
68780 __u8 version: 4;
68781 __u8 flow_lbl[3];
68782 __be16 payload_len;
68783 __u8 nexthdr;
68784 __u8 hop_limit;
68785 union {