Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h82713 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;