Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dsch_generic.h340 struct tcf_proto_ops { struct
341 struct list_head head;
342 char kind[IFNAMSIZ];
344 int (*classify)(struct sk_buff *,
347 int (*init)(struct tcf_proto*);
348 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
351 void* (*get)(struct tcf_proto*, u32 handle);
352 void (*put)(struct tcf_proto *tp, void *f);
353 int (*change)(struct net *net, struct sk_buff *,
358 int (*delete)(struct tcf_proto *tp, void *arg,
[all …]