Searched defs:xt_match (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/ |
H A D | vmlinux.h | 19928 struct xt_match { struct 19929 struct list_head list; 19930 const char name[29]; 19931 u_int8_t revision; 19932 bool (*match)(const struct sk_buff *, struct xt_action_param *); 19933 int (*checkentry)(const struct xt_mtchk_param *); 19934 void (*destroy)(const struct xt_mtdtor_param *); 19935 struct module *me; 19936 const char *table; 19937 unsigned int matchsize; [all …]
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 65865 struct xt_match { struct 65866 struct list_head list; 65867 const char name[29]; 65868 u_int8_t revision; 65869 bool (*match)(const struct sk_buff *, struct xt_action_param *); 65870 int (*checkentry)(const struct xt_mtchk_param *); 65871 void (*destroy)(const struct xt_mtdtor_param *); 65872 struct module *me; 65873 const char *table; 65874 unsigned int matchsize; [all …]
|
H A D | vmlinux_602.h | 65865 struct xt_match { struct 65866 struct list_head list; 65867 const char name[29]; 65868 u_int8_t revision; 65869 bool (*match)(const struct sk_buff *, struct xt_action_param *); 65870 int (*checkentry)(const struct xt_mtchk_param *); 65871 void (*destroy)(const struct xt_mtdtor_param *); 65872 struct module *me; 65873 const char *table; 65874 unsigned int matchsize; [all …]
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 61654 struct xt_match { struct 61655 struct list_head list; 61656 const char name[29]; 61657 u_int8_t revision; 61658 bool (*match)(const struct sk_buff *, struct xt_action_param *); 61659 int (*checkentry)(const struct xt_mtchk_param *); 61660 void (*destroy)(const struct xt_mtdtor_param *); 61661 void (*compat_from_user)(void *, const void *); 61662 int (*compat_to_user)(void *, const void *); 61663 struct module *me; [all …]
|
H A D | vmlinux.h | 61654 struct xt_match { struct 61655 struct list_head list; 61656 const char name[29]; 61657 u_int8_t revision; 61658 bool (*match)(const struct sk_buff *, struct xt_action_param *); 61659 int (*checkentry)(const struct xt_mtchk_param *); 61660 void (*destroy)(const struct xt_mtdtor_param *); 61661 void (*compat_from_user)(void *, const void *); 61662 int (*compat_to_user)(void *, const void *); 61663 struct module *me; [all …]
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 127736 struct xt_match { struct 127737 struct list_head list; 127738 const char name[29]; 127739 u_int8_t revision; 127740 bool (*match)(const struct sk_buff *, struct xt_action_param *); 127741 int (*checkentry)(const struct xt_mtchk_param *); 127742 void (*destroy)(const struct xt_mtdtor_param *); 127743 void (*compat_from_user)(void *, const void *); 127744 int (*compat_to_user)(void *, const void *); 127745 struct module *me; [all …]
|
H A D | vmlinux.h | 127736 struct xt_match { struct 127737 struct list_head list; 127738 const char name[29]; 127739 u_int8_t revision; 127740 bool (*match)(const struct sk_buff *, struct xt_action_param *); 127741 int (*checkentry)(const struct xt_mtchk_param *); 127742 void (*destroy)(const struct xt_mtdtor_param *); 127743 void (*compat_from_user)(void *, const void *); 127744 int (*compat_to_user)(void *, const void *); 127745 struct module *me; [all …]
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 134038 struct xt_match { struct 134058 const struct xt_match *match; argument
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 141692 struct xt_match { struct 141712 const struct xt_match *match; argument
|