Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dsch_generic.h334 struct tcf_proto_ops { struct
335 struct list_head head;
336 char kind[IFNAMSIZ];
338 int (*classify)(struct sk_buff *,
341 int (*init)(struct tcf_proto*);
346 void (*put)(struct tcf_proto *tp, void *f);
356 void (*walk)(struct tcf_proto *tp,
361 void (*hw_add)(struct tcf_proto *tp,
363 void (*hw_del)(struct tcf_proto *tp,
367 void * (*tmplt_create)(struct net *net,
[all …]

Completed in 11 milliseconds