Home
last modified time | relevance | path

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

/linux-5.10/include/net/
Dsch_generic.h293 struct tcf_proto_ops { struct
294 struct list_head head;
295 char kind[IFNAMSIZ];
297 int (*classify)(struct sk_buff *,
300 int (*init)(struct tcf_proto*);
301 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
304 void* (*get)(struct tcf_proto*, u32 handle);
305 void (*put)(struct tcf_proto *tp, void *f);
306 int (*change)(struct net *net, struct sk_buff *,
311 int (*delete)(struct tcf_proto *tp, void *arg,
[all …]