Searched refs:tcf_chain (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/sched/ |
D | cls_api.c | 155 u32 prio, struct tcf_chain *chain, in tcf_proto_create() 201 static struct tcf_chain *tcf_chain_create(struct tcf_block *block, in tcf_chain_create() 204 struct tcf_chain *chain; in tcf_chain_create() 225 static void tcf_chain0_head_change(struct tcf_chain *chain, in tcf_chain0_head_change() 237 static void tcf_chain_destroy(struct tcf_chain *chain) in tcf_chain_destroy() 249 static void tcf_chain_hold(struct tcf_chain *chain) in tcf_chain_hold() 254 static bool tcf_chain_held_by_acts_only(struct tcf_chain *chain) in tcf_chain_held_by_acts_only() 262 static struct tcf_chain *tcf_chain_lookup(struct tcf_block *block, in tcf_chain_lookup() 265 struct tcf_chain *chain; in tcf_chain_lookup() 274 static int tc_chain_notify(struct tcf_chain *chain, struct sk_buff *oskb, [all …]
|
D | cls_flower.c | 81 struct tcf_chain *chain; 1361 static void fl_hw_create_tmplt(struct tcf_chain *chain, in fl_hw_create_tmplt() 1383 static void fl_hw_destroy_tmplt(struct tcf_chain *chain, in fl_hw_destroy_tmplt() 1397 static void *fl_tmplt_create(struct net *net, struct tcf_chain *chain, in fl_tmplt_create()
|
D | act_api.c | 53 const struct tcf_chain *chain = a->goto_chain; in tcf_action_goto_chain_exec()
|
D | sch_api.c | 1829 struct tcf_chain *chain; in tc_bind_tclass()
|
/Linux-v4.19/include/net/ |
D | sch_generic.h | 247 struct tcf_chain; 275 struct tcf_chain *chain, 305 struct tcf_chain *chain; 319 struct tcf_chain { struct 343 struct tcf_chain *chain; argument
|
D | pkt_cls.h | 43 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block, 45 void tcf_chain_put_by_act(struct tcf_chain *chain);
|
D | act_api.h | 40 struct tcf_chain *goto_chain;
|