Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dsch_generic.h331 struct tcf_proto_ops { struct
332 struct list_head head;
333 char kind[IFNAMSIZ];
335 int (*classify)(struct sk_buff *,
338 int (*init)(struct tcf_proto*);
339 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
342 void* (*get)(struct tcf_proto*, u32 handle);
343 void (*put)(struct tcf_proto *tp, void *f);
344 int (*change)(struct net *net, struct sk_buff *,
349 int (*delete)(struct tcf_proto *tp, void *arg,
[all …]