Searched refs:tcf_chain (Results 1 – 25 of 26) sorted by relevance
12
| /linux/net/sched/ |
| A D | cls_api.c | 54 const struct tcf_chain *chain; 508 struct tcf_chain *chain; in tcf_chain_create() 604 struct tcf_chain *chain; in tcf_chain_lookup() 619 struct tcf_chain *chain; in tcf_chain_lookup_rcu() 926 struct tcf_chain *chain0; in tcf_chain0_head_change_cb_add() 1071 static struct tcf_chain * 1103 struct tcf_chain * 1170 struct tcf_chain *chain; in tcf_block_flush_all_chains() 2222 struct tcf_chain *chain; in tc_new_tfilter() 3086 struct tcf_chain *chain; in tc_ctl_chain() [all …]
|
| A D | act_simple.c | 65 struct tcf_chain *goto_ch = NULL; in reset_policy() 96 struct tcf_chain *goto_ch = NULL; in tcf_simp_init()
|
| A D | act_connmark.c | 107 struct tcf_chain *goto_ch = NULL; in tcf_connmark_init()
|
| A D | act_skbmod.c | 112 struct tcf_chain *goto_ch = NULL; in tcf_skbmod_init()
|
| A D | act_gact.c | 61 struct tcf_chain *goto_ch = NULL; in tcf_gact_init()
|
| A D | act_api.c | 47 const struct tcf_chain *chain = rcu_dereference_bh(a->goto_chain); in tcf_action_goto_chain_exec() 71 struct tcf_chain **newchain, in tcf_action_check_ctrlact() 106 struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action, in tcf_action_set_ctrlact() 107 struct tcf_chain *goto_chain) in tcf_action_set_ctrlact() 122 struct tcf_chain *chain = rcu_dereference_protected(p->goto_chain, 1); in free_tcf()
|
| A D | act_sample.c | 46 struct tcf_chain *goto_ch = NULL; in tcf_sample_init()
|
| A D | act_nat.c | 43 struct tcf_chain *goto_ch = NULL; in tcf_nat_init()
|
| A D | act_bpf.c | 287 struct tcf_chain *goto_ch = NULL; in tcf_bpf_init()
|
| A D | act_ctinfo.c | 166 struct tcf_chain *goto_ch = NULL; in tcf_ctinfo_init()
|
| A D | act_vlan.c | 125 struct tcf_chain *goto_ch = NULL; in tcf_vlan_init()
|
| A D | act_skbedit.c | 126 struct tcf_chain *goto_ch = NULL; in tcf_skbedit_init()
|
| A D | act_mpls.c | 168 struct tcf_chain *goto_ch = NULL; in tcf_mpls_init()
|
| A D | act_pedit.c | 163 struct tcf_chain *goto_ch = NULL; in tcf_pedit_init()
|
| A D | act_police.c | 48 struct tcf_chain *goto_ch = NULL; in tcf_police_init()
|
| A D | act_mirred.c | 111 struct tcf_chain *goto_ch = NULL; in tcf_mirred_init()
|
| A D | act_csum.c | 52 struct tcf_chain *goto_ch = NULL; in tcf_csum_init()
|
| A D | act_gate.c | 308 struct tcf_chain *goto_ch = NULL; in tcf_gate_init()
|
| A D | cls_flower.c | 113 struct tcf_chain *chain; 2764 static int fl_hw_create_tmplt(struct tcf_chain *chain, in fl_hw_create_tmplt() 2790 static void fl_hw_destroy_tmplt(struct tcf_chain *chain, in fl_hw_destroy_tmplt() 2803 static void *fl_tmplt_create(struct net *net, struct tcf_chain *chain, in fl_tmplt_create() 2858 static void fl_tmplt_reoffload(struct tcf_chain *chain, bool add, in fl_tmplt_reoffload()
|
| A D | act_tunnel_key.c | 368 struct tcf_chain *goto_ch = NULL; in tunnel_key_init()
|
| A D | act_ife.c | 489 struct tcf_chain *goto_ch = NULL; in tcf_ife_init()
|
| A D | act_ct.c | 1350 struct tcf_chain *goto_ch = NULL; in tcf_ct_init()
|
| /linux/include/net/ |
| A D | act_api.h | 43 struct tcf_chain __rcu *goto_chain; 266 struct tcf_chain **handle, 268 struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action, 269 struct tcf_chain *newchain);
|
| A D | pkt_cls.h | 47 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block, 49 void tcf_chain_put_by_act(struct tcf_chain *chain); 50 struct tcf_chain *tcf_get_next_chain(struct tcf_block *block, 51 struct tcf_chain *chain); 52 struct tcf_proto *tcf_get_next_proto(struct tcf_chain *chain,
|
| A D | sch_generic.h | 335 struct tcf_chain; 371 struct tcf_chain *chain, 375 void (*tmplt_reoffload)(struct tcf_chain *chain, 421 struct tcf_chain *chain; 445 struct tcf_chain { struct 484 struct tcf_chain *chain; 494 static inline bool lockdep_tcf_chain_is_locked(struct tcf_chain *chain) in lockdep_tcf_chain_is_locked()
|
Completed in 67 milliseconds
12