Home
last modified time | relevance | path

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

/Linux-v5.15/net/sched/
Dact_connmark.c124 ret = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_connmark_init()
Dact_simple.c114 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_simp_init()
Dact_gact.c100 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_gact_init()
Dact_nat.c61 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_nat_init()
Dact_sample.c64 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_sample_init()
Dact_skbmod.c154 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbmod_init()
Dact_ctinfo.c212 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ctinfo_init()
Dact_skbedit.c162 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbedit_init()
Dact_vlan.c148 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_vlan_init()
Dact_bpf.c305 ret = tcf_idr_check_alloc(tn, &index, act, bind); in tcf_bpf_init()
Dact_mirred.c122 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mirred_init()
Dact_mpls.c242 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mpls_init()
Dact_ipt.c122 err = tcf_idr_check_alloc(tn, &index, a, bind); in __tcf_ipt_init()
Dact_pedit.c189 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_pedit_init()
Dact_police.c84 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_police_init()
Dact_gate.c351 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_gate_init()
Dact_csum.c70 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_csum_init()
Dact_tunnel_key.c398 err = tcf_idr_check_alloc(tn, &index, a, bind); in tunnel_key_init()
Dact_api.c554 int tcf_idr_check_alloc(struct tc_action_net *tn, u32 *index, in tcf_idr_check_alloc() function
599 EXPORT_SYMBOL(tcf_idr_check_alloc);
Dact_ife.c543 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ife_init()
Dact_ct.c1266 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ct_init()
/Linux-v5.15/include/net/
Dact_api.h179 int tcf_idr_check_alloc(struct tc_action_net *tn, u32 *index,