Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h129364 struct tcf_ematch_ops { struct
129365 int kind;
129366 int datalen;
129367 int (*change)(struct net *, void *, int, struct tcf_ematch *);
129368 int (*match)(struct sk_buff *, struct tcf_ematch *, struct tcf_pkt_info *);
129369 void (*destroy)(struct tcf_ematch *);
129370 int (*dump)(struct sk_buff *, struct tcf_ematch *);
129371 struct module *owner;
129372 struct list_head link;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h136999 struct tcf_ematch_ops { struct
137000 int kind;
137001 int datalen;
137002 int (*change)(struct net *, void *, int, struct tcf_ematch *);
137003 int (*match)(struct sk_buff *, struct tcf_ematch *, struct tcf_pkt_info *);
137004 void (*destroy)(struct tcf_ematch *);
137005 int (*dump)(struct sk_buff *, struct tcf_ematch *);
137006 struct module *owner;
137007 struct list_head link;