Home
last modified time | relevance | path

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

/linux-6.15/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_skbmod.c155 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbmod_init()
H A Dact_gact.c100 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_gact_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.c214 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.c150 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_vlan_init()
H A Dact_skbedit.c207 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbedit_init()
H A Dact_mpls.c193 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mpls_init()
H A Dact_pedit.c194 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_pedit_init()
H A Dact_police.c75 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_police_init()
H A Dact_mirred.c133 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mirred_init()
H A Dact_gate.c348 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_gate_init()
H A Dact_csum.c70 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_csum_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.c868 int tcf_idr_check_alloc(struct tc_action_net *tn, u32 *index, in tcf_idr_check_alloc() function
930 EXPORT_SYMBOL(tcf_idr_check_alloc);
H A Dact_ct.c1371 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ct_init()
/linux-6.15/include/net/
H A Dact_api.h197 int tcf_idr_check_alloc(struct tc_action_net *tn, u32 *index,