Searched defs:tcf_proto_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/net/ |
| D | sch_generic.h | 342 struct tcf_proto_ops { struct 343 struct list_head head; 344 char kind[IFNAMSIZ]; 346 int (*classify)(struct sk_buff *, 349 int (*init)(struct tcf_proto*); 350 void (*destroy)(struct tcf_proto *tp, bool rtnl_held, 353 void* (*get)(struct tcf_proto*, u32 handle); 354 void (*put)(struct tcf_proto *tp, void *f); 355 int (*change)(struct net *net, struct sk_buff *, 360 int (*delete)(struct tcf_proto *tp, void *arg, [all …]
|
| /kernel/linux/linux-5.10/include/net/ |
| D | sch_generic.h | 326 struct tcf_proto_ops { struct 327 struct list_head head; 328 char kind[IFNAMSIZ]; 330 int (*classify)(struct sk_buff *, 333 int (*init)(struct tcf_proto*); 334 void (*destroy)(struct tcf_proto *tp, bool rtnl_held, 337 void* (*get)(struct tcf_proto*, u32 handle); 338 void (*put)(struct tcf_proto *tp, void *f); 339 int (*change)(struct net *net, struct sk_buff *, 344 int (*delete)(struct tcf_proto *tp, void *arg, [all …]
|