Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dsch_generic.h249 struct tcf_proto_ops { struct
250 struct list_head head;
251 char kind[IFNAMSIZ];
253 int (*classify)(struct sk_buff *,
256 int (*init)(struct tcf_proto*);
257 void (*destroy)(struct tcf_proto *tp,
260 void* (*get)(struct tcf_proto*, u32 handle);
261 int (*change)(struct net *net, struct sk_buff *,
266 int (*delete)(struct tcf_proto *tp, void *arg,
269 void (*walk)(struct tcf_proto*, struct tcf_walker *arg);
[all …]