Searched refs:tcf_action_set_ctrlact (Results 1 – 24 of 24) sorted by relevance
| /linux/net/sched/ |
| A D | act_connmark.c | 138 tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_connmark_init() 157 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_connmark_init()
|
| A D | act_simple.c | 73 goto_ch = tcf_action_set_ctrlact(a, p->action, goto_ch); in reset_policy() 148 tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_simp_init()
|
| A D | act_gact.c | 126 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_gact_init()
|
| A D | act_nat.c | 91 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_nat_init()
|
| A D | act_sample.c | 103 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_sample_init()
|
| A D | act_skbmod.c | 199 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_skbmod_init()
|
| A D | act_skbedit.c | 219 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_skbedit_init()
|
| A D | act_vlan.c | 257 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_vlan_init()
|
| A D | act_ctinfo.c | 261 goto_ch = tcf_action_set_ctrlact(*a, actparm->action, goto_ch); in tcf_ctinfo_init()
|
| A D | act_mpls.c | 288 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_mpls_init()
|
| A D | act_bpf.c | 359 goto_ch = tcf_action_set_ctrlact(*act, parm->action, goto_ch); in tcf_bpf_init()
|
| A D | act_mirred.c | 186 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_mirred_init()
|
| A D | act_pedit.c | 233 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_pedit_init()
|
| A D | act_police.c | 219 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_police_init()
|
| A D | act_gate.c | 431 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_gate_init()
|
| A D | act_csum.c | 104 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_csum_init()
|
| A D | act_api.c | 103 struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action, in tcf_action_set_ctrlact() function 110 EXPORT_SYMBOL(tcf_action_set_ctrlact);
|
| A D | act_tunnel_key.c | 532 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tunnel_key_init()
|
| A D | act_ife.c | 621 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_ife_init()
|
| A D | act_ct.c | 1309 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_ct_init()
|
| /linux/include/net/ |
| A D | act_api.h | 246 struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action,
|
| /linux/ |
| A D | vmlinux.symvers | 6864 0x00000000 tcf_action_set_ctrlact vmlinux EXPORT_SYMBOL
|
| A D | System.map | 52252 ffff800010dfa2e0 T tcf_action_set_ctrlact
|
| A D | .tmp_System.map | 52252 ffff800010dfa2e0 T tcf_action_set_ctrlact
|
Completed in 343 milliseconds