Searched defs:tcf_ematch_ops (Results 1 – 7 of 7) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 82713 struct tcf_ematch_ops { struct 82714 int kind; 82715 int datalen; 82716 int (*change)(struct net *, void *, int, struct tcf_ematch *); 82717 int (*match)(struct sk_buff *, struct tcf_ematch *, struct tcf_pkt_info *); 82718 void (*destroy)(struct tcf_ematch *); 82719 int (*dump)(struct sk_buff *, struct tcf_ematch *); 82720 struct module *owner; 82721 struct list_head link;
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_510.h | 115869 struct tcf_ematch_ops { struct 115870 int kind; 115871 int datalen; 115872 int (*change)(struct net *, void *, int, struct tcf_ematch *); 115873 int (*match)(struct sk_buff *, struct tcf_ematch *, struct tcf_pkt_info *); 115874 void (*destroy)(struct tcf_ematch *); 115875 int (*dump)(struct sk_buff *, struct tcf_ematch *); 115876 struct module *owner; 115877 struct list_head link;
|
| D | vmlinux.h | 115869 struct tcf_ematch_ops { struct 115870 int kind; 115871 int datalen; 115872 int (*change)(struct net *, void *, int, struct tcf_ematch *); 115873 int (*match)(struct sk_buff *, struct tcf_ematch *, struct tcf_pkt_info *); 115874 void (*destroy)(struct tcf_ematch *); 115875 int (*dump)(struct sk_buff *, struct tcf_ematch *); 115876 struct module *owner; 115877 struct list_head link;
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 102682 struct tcf_ematch_ops { struct 102683 int kind; 102684 int datalen; 102685 int (*change)(struct net *, void *, int, struct tcf_ematch *); 102686 int (*match)(struct sk_buff *, struct tcf_ematch *, struct tcf_pkt_info *); 102687 void (*destroy)(struct tcf_ematch *); 102688 int (*dump)(struct sk_buff *, struct tcf_ematch *); 102689 struct module *owner; 102690 struct list_head link;
|
| D | vmlinux_510.h | 102682 struct tcf_ematch_ops { struct 102683 int kind; 102684 int datalen; 102685 int (*change)(struct net *, void *, int, struct tcf_ematch *); 102686 int (*match)(struct sk_buff *, struct tcf_ematch *, struct tcf_pkt_info *); 102687 void (*destroy)(struct tcf_ematch *); 102688 int (*dump)(struct sk_buff *, struct tcf_ematch *); 102689 struct module *owner; 102690 struct list_head link;
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 108842 struct tcf_ematch_ops { struct 108843 int kind; 108844 int datalen; 108845 int (*change)(struct net *, void *, int, struct tcf_ematch *); 108846 int (*match)(struct sk_buff *, struct tcf_ematch *, struct tcf_pkt_info *); 108847 void (*destroy)(struct tcf_ematch *); 108848 int (*dump)(struct sk_buff *, struct tcf_ematch *); 108849 struct module *owner; 108850 struct list_head link;
|
| D | vmlinux.h | 108842 struct tcf_ematch_ops { struct 108843 int kind; 108844 int datalen; 108845 int (*change)(struct net *, void *, int, struct tcf_ematch *); 108846 int (*match)(struct sk_buff *, struct tcf_ematch *, struct tcf_pkt_info *); 108847 void (*destroy)(struct tcf_ematch *); 108848 int (*dump)(struct sk_buff *, struct tcf_ematch *); 108849 struct module *owner; 108850 struct list_head link;
|