Searched defs:net_protocol (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/ |
H A D | vmlinux.h | 20696 struct net_protocol { struct 20697 int (*handler)(struct sk_buff *); 20698 int (*err_handler)(struct sk_buff *, u32); 20722 struct net_protocol tcp_protocol; argument
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 117849 struct net_protocol { struct 117850 int (*early_demux)(struct sk_buff *); 117851 int (*early_demux_handler)(struct sk_buff *); 117852 int (*handler)(struct sk_buff *); 117853 int (*err_handler)(struct sk_buff *, u32); 117854 unsigned int no_policy: 1; 117855 unsigned int icmp_strict_tag_validation: 1;
|
H A D | vmlinux_518.h | 117849 struct net_protocol { struct 117850 int (*early_demux)(struct sk_buff *); 117851 int (*early_demux_handler)(struct sk_buff *); 117852 int (*handler)(struct sk_buff *); 117853 int (*err_handler)(struct sk_buff *, u32); 117854 unsigned int no_policy: 1; 117855 unsigned int icmp_strict_tag_validation: 1;
|
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 54477 struct net_protocol { struct 54478 int (*handler)(struct sk_buff *); 54479 int (*err_handler)(struct sk_buff *, u32); 54480 unsigned int no_policy: 1; 54481 unsigned int icmp_strict_tag_validation: 1;
|
H A D | vmlinux_600.h | 54477 struct net_protocol { struct 54478 int (*handler)(struct sk_buff *); 54479 int (*err_handler)(struct sk_buff *, u32); 54480 unsigned int no_policy: 1; 54481 unsigned int icmp_strict_tag_validation: 1;
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 62858 struct net_protocol { struct 62859 int (*handler)(struct sk_buff *); 62860 int (*err_handler)(struct sk_buff *, u32); 62861 unsigned int no_policy: 1; 62862 unsigned int icmp_strict_tag_validation: 1;
|
H A D | vmlinux_602.h | 62858 struct net_protocol { struct 62859 int (*handler)(struct sk_buff *); 62860 int (*err_handler)(struct sk_buff *, u32); 62861 unsigned int no_policy: 1; 62862 unsigned int icmp_strict_tag_validation: 1;
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 122495 struct net_protocol { struct 122496 int (*handler)(struct sk_buff *); 122497 int (*err_handler)(struct sk_buff *, u32); 122498 unsigned int no_policy: 1; 122499 unsigned int icmp_strict_tag_validation: 1;
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 62947 struct net_protocol { struct 62948 int (*handler)(struct sk_buff *); 62949 int (*err_handler)(struct sk_buff *, u32); 62950 unsigned int no_policy: 1; 62951 unsigned int icmp_strict_tag_validation: 1;
|
H A D | vmlinux.h | 62947 struct net_protocol { struct 62948 int (*handler)(struct sk_buff *); 62949 int (*err_handler)(struct sk_buff *, u32); 62950 unsigned int no_policy: 1; 62951 unsigned int icmp_strict_tag_validation: 1;
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 119056 struct net_protocol { struct 119057 int (*handler)(struct sk_buff *); 119058 int (*err_handler)(struct sk_buff *, u32); 119059 unsigned int no_policy: 1; 119060 unsigned int icmp_strict_tag_validation: 1;
|
H A D | vmlinux.h | 119056 struct net_protocol { struct 119057 int (*handler)(struct sk_buff *); 119058 int (*err_handler)(struct sk_buff *, u32); 119059 unsigned int no_policy: 1; 119060 unsigned int icmp_strict_tag_validation: 1;
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 130130 struct net_protocol { struct 130131 int (*handler)(struct sk_buff *); 130132 int (*err_handler)(struct sk_buff *, u32); 130133 unsigned int no_policy: 1; 130134 unsigned int icmp_strict_tag_validation: 1;
|