Home
last modified time | relevance | path

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

/Linux-v5.10/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.c63 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_sample_init()
Dact_skbmod.c129 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.c147 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_vlan_init()
Dact_bpf.c307 ret = tcf_idr_check_alloc(tn, &index, act, bind); in tcf_bpf_init()
Dact_mirred.c123 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.c121 err = tcf_idr_check_alloc(tn, &index, a, bind); in __tcf_ipt_init()
Dact_police.c81 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_police_init()
Dact_pedit.c189 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_pedit_init()
Dact_gate.c351 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_gate_init()
Dact_csum.c69 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_csum_init()
Dact_api.c493 int tcf_idr_check_alloc(struct tc_action_net *tn, u32 *index, in tcf_idr_check_alloc() function
538 EXPORT_SYMBOL(tcf_idr_check_alloc);
Dact_tunnel_key.c398 err = tcf_idr_check_alloc(tn, &index, a, bind); in tunnel_key_init()
Dact_ife.c543 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ife_init()
Dact_ct.c1247 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ct_init()
/Linux-v5.10/include/net/
Dact_api.h170 int tcf_idr_check_alloc(struct tc_action_net *tn, u32 *index,