Searched defs:tcf_proto_ops (Results 1 – 1 of 1) sorted by relevance
268 struct tcf_proto_ops { struct269 struct list_head head;270 char kind[IFNAMSIZ];272 int (*classify)(struct sk_buff *,275 int (*init)(struct tcf_proto*);276 void (*destroy)(struct tcf_proto *tp,279 void* (*get)(struct tcf_proto*, u32 handle);280 int (*change)(struct net *net, struct sk_buff *,285 int (*delete)(struct tcf_proto *tp, void *arg,288 void (*walk)(struct tcf_proto*, struct tcf_walker *arg);[all …]