Searched defs:tcf_ematch_ops (Results 1 – 1 of 1) sorted by relevance
151993 struct tcf_ematch_ops { struct151994 int kind;151995 int datalen;151996 int (*change)(struct net *, void *, int, struct tcf_ematch *);151997 int (*match)(struct sk_buff *, struct tcf_ematch *, struct tcf_pkt_info *);151998 void (*destroy)(struct tcf_ematch *);151999 int (*dump)(struct sk_buff *, struct tcf_ematch *);152000 struct module *owner;152001 struct list_head link;