Searched defs:tcf_proto_ops (Results 1 – 1 of 1) sorted by relevance
334 struct tcf_proto_ops { struct335 struct list_head head;336 char kind[IFNAMSIZ];338 int (*classify)(struct sk_buff *,341 int (*init)(struct tcf_proto*);346 void (*put)(struct tcf_proto *tp, void *f);356 void (*walk)(struct tcf_proto *tp,361 void (*hw_add)(struct tcf_proto *tp,363 void (*hw_del)(struct tcf_proto *tp,367 void * (*tmplt_create)(struct net *net,[all …]
Completed in 11 milliseconds