/openbmc/linux/net/sched/ |
H A D | act_simple.c | 116 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_simp_init()
|
H A D | act_connmark.c | 130 ret = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_connmark_init()
|
H A D | act_gact.c | 100 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_gact_init()
|
H A D | act_skbmod.c | 155 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbmod_init()
|
H A D | act_sample.c | 64 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_sample_init()
|
H A D | act_nat.c | 61 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_nat_init()
|
H A D | act_ctinfo.c | 213 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ctinfo_init()
|
H A D | act_bpf.c | 308 ret = tcf_idr_check_alloc(tn, &index, act, bind); in tcf_bpf_init()
|
H A D | act_vlan.c | 149 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_vlan_init()
|
H A D | act_ipt.c | 122 err = tcf_idr_check_alloc(tn, &index, a, bind); in __tcf_ipt_init()
|
H A D | act_mirred.c | 122 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mirred_init()
|
H A D | act_mpls.c | 193 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mpls_init()
|
H A D | act_skbedit.c | 207 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbedit_init()
|
H A D | act_police.c | 75 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_police_init()
|
H A D | act_pedit.c | 194 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_pedit_init()
|
H A D | act_csum.c | 70 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_csum_init()
|
H A D | act_gate.c | 354 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_gate_init()
|
H A D | act_ife.c | 543 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ife_init()
|
H A D | act_tunnel_key.c | 399 err = tcf_idr_check_alloc(tn, &index, a, bind); in tunnel_key_init()
|
H A D | act_api.c | 824 int tcf_idr_check_alloc(struct tc_action_net *tn, u32 *index, in tcf_idr_check_alloc() function 886 EXPORT_SYMBOL(tcf_idr_check_alloc);
|
H A D | act_ct.c | 1340 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ct_init()
|
/openbmc/linux/include/net/ |
H A D | act_api.h | 196 int tcf_idr_check_alloc(struct tc_action_net *tn, u32 *index,
|