Home
last modified time | relevance | path

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

/linux/include/net/
H A Dsch_generic.h358 struct tcf_proto_ops { struct
359 struct list_head head;
360 char kind[IFNAMSIZ];
362 int (*classify)(struct sk_buff *,
365 int (*init)(struct tcf_proto*);
366 void (*destroy)(struct tcf_proto *tp, bool rtnl_held,
369 void* (*get)(struct tcf_proto*, u32 handle);
370 void (*put)(struct tcf_proto *tp, void *f);
371 int (*change)(struct net *net, struct sk_buff *,
376 int (*delete)(struct tcf_proto *tp, void *arg,
[all …]