Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dsch_generic.h341 struct tcf_proto_ops { struct
342 struct list_head head;
343 char kind[IFNAMSIZ];
345 int (*classify)(struct sk_buff *,
348 int (*init)(struct tcf_proto*);
349 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
352 void* (*get)(struct tcf_proto*, u32 handle);
353 void (*put)(struct tcf_proto *tp, void *f);
354 int (*change)(struct net *net, struct sk_buff *,
359 int (*delete)(struct tcf_proto *tp, void *arg,
[all …]