Searched defs:tcf_proto_ops (Results 1 – 1 of 1) sorted by relevance
337 struct tcf_proto_ops { struct338 struct list_head head;339 char kind[IFNAMSIZ];341 int (*classify)(struct sk_buff *,344 int (*init)(struct tcf_proto*);359 void (*walk)(struct tcf_proto *tp,364 void (*hw_add)(struct tcf_proto *tp,366 void (*hw_del)(struct tcf_proto *tp,370 void * (*tmplt_create)(struct net *net,374 void (*tmplt_destroy)(void *tmplt_priv);[all …]
Completed in 10 milliseconds