Searched defs:tcf_proto_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/net/ |
| D | sch_generic.h | 338 struct tcf_proto_ops { struct 339 struct list_head head; 340 char kind[IFNAMSIZ]; 342 int (*classify)(struct sk_buff *, 345 int (*init)(struct tcf_proto*); 346 void (*destroy)(struct tcf_proto *tp, bool rtnl_held, 349 void* (*get)(struct tcf_proto*, u32 handle); 350 void (*put)(struct tcf_proto *tp, void *f); 351 int (*change)(struct net *net, struct sk_buff *, 356 int (*delete)(struct tcf_proto *tp, void *arg, [all …]
|
| /kernel/linux/linux-4.19/include/net/ |
| D | sch_generic.h | 252 struct tcf_proto_ops { struct 253 struct list_head head; 254 char kind[IFNAMSIZ]; 256 int (*classify)(struct sk_buff *, 259 int (*init)(struct tcf_proto*); 260 void (*destroy)(struct tcf_proto *tp, 263 void* (*get)(struct tcf_proto*, u32 handle); 264 int (*change)(struct net *net, struct sk_buff *, 269 int (*delete)(struct tcf_proto *tp, void *arg, 272 void (*walk)(struct tcf_proto*, struct tcf_walker *arg); [all …]
|