Searched refs:tcf_chain (Results 1 – 25 of 25) sorted by relevance
| /Linux-v5.4/net/sched/ |
| D | cls_api.c | 57 static void tcf_proto_signal_destroying(struct tcf_chain *chain, in tcf_proto_signal_destroying() 76 static bool tcf_proto_exists_destroying(struct tcf_chain *chain, in tcf_proto_exists_destroying() 97 tcf_proto_signal_destroyed(struct tcf_chain *chain, struct tcf_proto *tp) in tcf_proto_signal_destroyed() 251 u32 prio, struct tcf_chain *chain, in tcf_proto_create() 291 static void tcf_chain_put(struct tcf_chain *chain); 368 static struct tcf_chain *tcf_chain_create(struct tcf_block *block, in tcf_chain_create() 371 struct tcf_chain *chain; in tcf_chain_create() 395 static void tcf_chain0_head_change(struct tcf_chain *chain, in tcf_chain0_head_change() 412 static bool tcf_chain_detach(struct tcf_chain *chain) in tcf_chain_detach() 436 static void tcf_chain_destroy(struct tcf_chain *chain, bool free_block) in tcf_chain_destroy() [all …]
|
| D | act_simple.c | 63 struct tcf_chain *goto_ch = NULL; in reset_policy() 93 struct tcf_chain *goto_ch = NULL; in tcf_simp_init()
|
| D | act_api.c | 28 const struct tcf_chain *chain = rcu_dereference_bh(a->goto_chain); in tcf_action_goto_chain_exec() 52 struct tcf_chain **newchain, in tcf_action_check_ctrlact() 87 struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action, in tcf_action_set_ctrlact() 88 struct tcf_chain *goto_chain) in tcf_action_set_ctrlact() 103 struct tcf_chain *chain = rcu_dereference_protected(p->goto_chain, 1); in free_tcf()
|
| D | act_connmark.c | 102 struct tcf_chain *goto_ch = NULL; in tcf_connmark_init()
|
| D | act_gact.c | 60 struct tcf_chain *goto_ch = NULL; in tcf_gact_init()
|
| D | act_sample.c | 45 struct tcf_chain *goto_ch = NULL; in tcf_sample_init()
|
| D | act_skbmod.c | 88 struct tcf_chain *goto_ch = NULL; in tcf_skbmod_init()
|
| D | act_vlan.c | 109 struct tcf_chain *goto_ch = NULL; in tcf_vlan_init()
|
| D | act_nat.c | 43 struct tcf_chain *goto_ch = NULL; in tcf_nat_init()
|
| D | act_skbedit.c | 95 struct tcf_chain *goto_ch = NULL; in tcf_skbedit_init()
|
| D | act_bpf.c | 282 struct tcf_chain *goto_ch = NULL; in tcf_bpf_init()
|
| D | act_ctinfo.c | 163 struct tcf_chain *goto_ch = NULL; in tcf_ctinfo_init()
|
| D | act_mirred.c | 100 struct tcf_chain *goto_ch = NULL; in tcf_mirred_init()
|
| D | act_mpls.c | 138 struct tcf_chain *goto_ch = NULL; in tcf_mpls_init()
|
| D | act_police.c | 55 struct tcf_chain *goto_ch = NULL; in tcf_police_init()
|
| D | act_pedit.c | 144 struct tcf_chain *goto_ch = NULL; in tcf_pedit_init()
|
| D | act_tunnel_key.c | 222 struct tcf_chain *goto_ch = NULL; in tunnel_key_init()
|
| D | cls_flower.c | 85 struct tcf_chain *chain; 1859 static int fl_hw_create_tmplt(struct tcf_chain *chain, in fl_hw_create_tmplt() 1885 static void fl_hw_destroy_tmplt(struct tcf_chain *chain, in fl_hw_destroy_tmplt() 1898 static void *fl_tmplt_create(struct net *net, struct tcf_chain *chain, in fl_tmplt_create()
|
| D | act_csum.c | 51 struct tcf_chain *goto_ch = NULL; in tcf_csum_init()
|
| D | act_ife.c | 473 struct tcf_chain *goto_ch = NULL; in tcf_ife_init()
|
| D | act_ct.c | 665 struct tcf_chain *goto_ch = NULL; in tcf_ct_init()
|
| D | sch_api.c | 1917 struct tcf_chain *chain; in tc_bind_tclass()
|
| /Linux-v5.4/include/net/ |
| D | act_api.h | 43 struct tcf_chain __rcu *goto_chain; 192 struct tcf_chain **handle, 194 struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action, 195 struct tcf_chain *newchain);
|
| D | pkt_cls.h | 39 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block, 41 void tcf_chain_put_by_act(struct tcf_chain *chain); 42 struct tcf_chain *tcf_get_next_chain(struct tcf_block *block, 43 struct tcf_chain *chain); 44 struct tcf_proto *tcf_get_next_proto(struct tcf_chain *chain,
|
| D | sch_generic.h | 288 struct tcf_chain; 322 struct tcf_chain *chain, 358 struct tcf_chain *chain; 381 struct tcf_chain { struct 415 struct tcf_chain *chain; argument 424 static inline bool lockdep_tcf_chain_is_locked(struct tcf_chain *chain) in lockdep_tcf_chain_is_locked()
|