Home
last modified time | relevance | path

Searched refs:tcf_chain (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v6.1/net/sched/
Dcls_api.c75 static void tcf_proto_signal_destroying(struct tcf_chain *chain, in tcf_proto_signal_destroying()
94 static bool tcf_proto_exists_destroying(struct tcf_chain *chain, in tcf_proto_exists_destroying()
115 tcf_proto_signal_destroyed(struct tcf_chain *chain, struct tcf_proto *tp) in tcf_proto_signal_destroyed()
270 u32 prio, struct tcf_chain *chain, in tcf_proto_create()
310 static void tcf_chain_put(struct tcf_chain *chain);
366 static struct tcf_chain *tcf_chain_create(struct tcf_block *block, in tcf_chain_create()
369 struct tcf_chain *chain; in tcf_chain_create()
393 static void tcf_chain0_head_change(struct tcf_chain *chain, in tcf_chain0_head_change()
410 static bool tcf_chain_detach(struct tcf_chain *chain) in tcf_chain_detach()
434 static void tcf_chain_destroy(struct tcf_chain *chain, bool free_block) in tcf_chain_destroy()
[all …]
Dact_simple.c63 struct tcf_chain *goto_ch = NULL; in reset_policy()
94 struct tcf_chain *goto_ch = NULL; in tcf_simp_init()
Dact_connmark.c104 struct tcf_chain *goto_ch = NULL; in tcf_connmark_init()
Dact_api.c46 const struct tcf_chain *chain = rcu_dereference_bh(a->goto_chain); in tcf_action_goto_chain_exec()
70 struct tcf_chain **newchain, in tcf_action_check_ctrlact()
105 struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action, in tcf_action_set_ctrlact()
106 struct tcf_chain *goto_chain) in tcf_action_set_ctrlact()
121 struct tcf_chain *chain = rcu_dereference_protected(p->goto_chain, 1); in free_tcf()
Dact_gact.c60 struct tcf_chain *goto_ch = NULL; in tcf_gact_init()
Dact_nat.c42 struct tcf_chain *goto_ch = NULL; in tcf_nat_init()
Dact_skbmod.c110 struct tcf_chain *goto_ch = NULL; in tcf_skbmod_init()
Dact_sample.c45 struct tcf_chain *goto_ch = NULL; in tcf_sample_init()
Dact_bpf.c285 struct tcf_chain *goto_ch = NULL; in tcf_bpf_init()
Dact_ctinfo.c164 struct tcf_chain *goto_ch = NULL; in tcf_ctinfo_init()
Dact_vlan.c122 struct tcf_chain *goto_ch = NULL; in tcf_vlan_init()
Dact_mirred.c99 struct tcf_chain *goto_ch = NULL; in tcf_mirred_init()
Dact_mpls.c160 struct tcf_chain *goto_ch = NULL; in tcf_mpls_init()
Dact_skbedit.c124 struct tcf_chain *goto_ch = NULL; in tcf_skbedit_init()
Dact_pedit.c144 struct tcf_chain *goto_ch = NULL; in tcf_pedit_init()
Dact_police.c46 struct tcf_chain *goto_ch = NULL; in tcf_police_init()
Dact_csum.c51 struct tcf_chain *goto_ch = NULL; in tcf_csum_init()
Dact_gate.c304 struct tcf_chain *goto_ch = NULL; in tcf_gate_init()
Dact_tunnel_key.c365 struct tcf_chain *goto_ch = NULL; in tunnel_key_init()
Dact_ife.c488 struct tcf_chain *goto_ch = NULL; in tcf_ife_init()
Dcls_flower.c98 struct tcf_chain *chain;
2493 static int fl_hw_create_tmplt(struct tcf_chain *chain, in fl_hw_create_tmplt()
2519 static void fl_hw_destroy_tmplt(struct tcf_chain *chain, in fl_hw_destroy_tmplt()
2532 static void *fl_tmplt_create(struct net *net, struct tcf_chain *chain, in fl_tmplt_create()
Dact_ct.c1333 struct tcf_chain *goto_ch = NULL; in tcf_ct_init()
/Linux-v6.1/include/net/
Dact_api.h43 struct tcf_chain __rcu *goto_chain;
263 struct tcf_chain **handle,
265 struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action,
266 struct tcf_chain *newchain);
Dpkt_cls.h45 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block,
47 void tcf_chain_put_by_act(struct tcf_chain *chain);
48 struct tcf_chain *tcf_get_next_chain(struct tcf_block *block,
49 struct tcf_chain *chain);
50 struct tcf_proto *tcf_get_next_proto(struct tcf_chain *chain,
Dsch_generic.h332 struct tcf_chain;
368 struct tcf_chain *chain,
412 struct tcf_chain *chain;
435 struct tcf_chain { struct
470 struct tcf_chain *chain; argument
478 static inline bool lockdep_tcf_chain_is_locked(struct tcf_chain *chain) in lockdep_tcf_chain_is_locked()

12