Home
last modified time | relevance | path

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

/linux/include/net/
A Dsch_generic.h353 struct tcf_proto_ops { struct
354 struct list_head head;
355 char kind[IFNAMSIZ];
357 int (*classify)(struct sk_buff *,
360 int (*init)(struct tcf_proto*);
365 void (*put)(struct tcf_proto *tp, void *f);
374 bool (*delete_empty)(struct tcf_proto *tp);
375 void (*walk)(struct tcf_proto *tp,
380 void (*hw_add)(struct tcf_proto *tp,
382 void (*hw_del)(struct tcf_proto *tp,
[all …]

Completed in 8 milliseconds