Home
last modified time | relevance | path

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

/linux-6.8/include/net/
Dsch_generic.h335 struct tcf_proto_ops { struct
336 struct list_head head;
337 char kind[IFNAMSIZ];
339 int (*classify)(struct sk_buff *,
342 int (*init)(struct tcf_proto*);
343 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
346 void* (*get)(struct tcf_proto*, u32 handle);
347 void (*put)(struct tcf_proto *tp, void *f);
348 int (*change)(struct net *net, struct sk_buff *,
353 int (*delete)(struct tcf_proto *tp, void *arg,
[all …]