/aosp_15_r20/packages/modules/Connectivity/bpf/progs/ |
D | bpf_net_helpers.h | 44 struct frag_hdr { struct 45 __u8 nexthdr; 46 __u8 reserved; // always zero 47 __be16 frag_off; // 13 bit offset, 2 bits zero, 1 bit "More Fragments" 48 __be32 identification;
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | bpf_flow.c | 54 struct frag_hdr { struct 55 __u8 nexthdr; 56 __u8 reserved; 57 __be16 frag_off; 58 __be32 identification;
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | flow_dissector.c | 74 struct frag_hdr { struct 75 __u8 nexthdr; 76 __u8 reserved; 77 __be16 frag_off; 78 __be32 identification;
|
/aosp_15_r20/packages/modules/Connectivity/clatd/ |
D | translate.c | 179 size_t maybe_fill_frag_header(struct ip6_frag *frag_hdr, struct ip6_hdr *ip6_targ, in maybe_fill_frag_header() 208 uint8_t parse_frag_header(const struct ip6_frag *frag_hdr, struct iphdr *ip_targ) { in parse_frag_header()
|
D | ipv4.c | 60 struct ip6_frag *frag_hdr; in ipv4_packet() local
|
D | ipv6.c | 80 struct ip6_frag *frag_hdr = NULL; in ipv6_packet() local
|
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/ |
H A D | vmlinux.h | 34012 struct frag_hdr { struct 34013 __u8 nexthdr; 34014 __u8 reserved; 34015 __be16 frag_off; 34016 __be32 identification;
|
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 34697 struct frag_hdr { struct 34698 __u8 nexthdr; 34699 __u8 reserved; 34700 __be16 frag_off; 34701 __be32 identification;
|
H A D | vmlinux_600.h | 34697 struct frag_hdr { struct 34698 __u8 nexthdr; 34699 __u8 reserved; 34700 __be16 frag_off; 34701 __be32 identification;
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 84959 struct frag_hdr { struct 84960 __u8 nexthdr; 84961 __u8 reserved; 84962 __be16 frag_off; 84963 __be32 identification;
|
H A D | vmlinux_602.h | 84959 struct frag_hdr { struct 84960 __u8 nexthdr; 84961 __u8 reserved; 84962 __be16 frag_off; 84963 __be32 identification;
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 118016 struct frag_hdr { struct 118017 __u8 nexthdr; 118018 __u8 reserved; 118019 __be16 frag_off; 118020 __be32 identification;
|
H A D | vmlinux_518.h | 118016 struct frag_hdr { struct 118017 __u8 nexthdr; 118018 __u8 reserved; 118019 __be16 frag_off; 118020 __be32 identification;
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 122792 struct frag_hdr { struct 122793 __u8 nexthdr; 122794 __u8 reserved; 122795 __be16 frag_off; 122796 __be32 identification;
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 59030 struct frag_hdr { struct 59031 __u8 nexthdr; 59032 __u8 reserved; 59033 __be16 frag_off; 59034 __be32 identification;
|
H A D | vmlinux.h | 59030 struct frag_hdr { struct 59031 __u8 nexthdr; 59032 __u8 reserved; 59033 __be16 frag_off; 59034 __be32 identification;
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 119203 struct frag_hdr { struct 119204 __u8 nexthdr; 119205 __u8 reserved; 119206 __be16 frag_off; 119207 __be32 identification;
|
H A D | vmlinux.h | 119203 struct frag_hdr { struct 119204 __u8 nexthdr; 119205 __u8 reserved; 119206 __be16 frag_off; 119207 __be32 identification;
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 130427 struct frag_hdr { struct 130428 __u8 nexthdr; 130429 __u8 reserved; 130430 __be16 frag_off; 130431 __be32 identification;
|