Home
last modified time | relevance | path

Searched refs:tcf_idr_check_alloc (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/net/sched/
H A Dact_simple.c116 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_simp_init()
H A Dact_connmark.c130 ret = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_connmark_init()
H A Dact_gact.c100 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_gact_init()
H A Dact_skbmod.c155 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbmod_init()
H A Dact_sample.c64 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_sample_init()
H A Dact_nat.c61 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_nat_init()
H A Dact_ctinfo.c213 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ctinfo_init()
H A Dact_bpf.c308 ret = tcf_idr_check_alloc(tn, &index, act, bind); in tcf_bpf_init()
H A Dact_vlan.c149 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_vlan_init()
H A Dact_ipt.c122 err = tcf_idr_check_alloc(tn, &index, a, bind); in __tcf_ipt_init()
H A Dact_mirred.c122 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mirred_init()
H A Dact_mpls.c193 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mpls_init()
H A Dact_skbedit.c207 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbedit_init()
H A Dact_police.c75 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_police_init()
H A Dact_pedit.c194 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_pedit_init()
H A Dact_csum.c70 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_csum_init()
H A Dact_gate.c354 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_gate_init()
H A Dact_ife.c543 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ife_init()
H A Dact_tunnel_key.c399 err = tcf_idr_check_alloc(tn, &index, a, bind); in tunnel_key_init()
H A Dact_api.c824 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 Dact_ct.c1340 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ct_init()
/openbmc/linux/include/net/
H A Dact_api.h196 int tcf_idr_check_alloc(struct tc_action_net *tn, u32 *index,