Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dact_simple.c114 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_simp_init()
H A Dact_connmark.c124 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_nat.c61 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_nat_init()
H A Dact_sample.c63 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_sample_init()
H A Dact_skbmod.c133 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbmod_init()
H A Dact_skbedit.c162 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbedit_init()
H A Dact_vlan.c148 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_vlan_init()
H A Dact_ctinfo.c212 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ctinfo_init()
H A Dact_mpls.c242 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mpls_init()
H A Dact_mirred.c124 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mirred_init()
H A Dact_bpf.c307 ret = tcf_idr_check_alloc(tn, &index, act, bind); in tcf_bpf_init()
H A Dact_police.c81 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_police_init()
H A Dact_ipt.c121 err = tcf_idr_check_alloc(tn, &index, a, bind); in __tcf_ipt_init()
H A Dact_pedit.c189 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_pedit_init()
H A Dact_gate.c351 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_gate_init()
H A Dact_csum.c69 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_csum_init()
H A Dact_api.c512 int tcf_idr_check_alloc(struct tc_action_net *tn, u32 *index, in tcf_idr_check_alloc() function
557 EXPORT_SYMBOL(tcf_idr_check_alloc);
H A Dact_tunnel_key.c398 err = tcf_idr_check_alloc(tn, &index, a, bind); in tunnel_key_init()
H A Dact_ife.c543 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ife_init()
H A Dact_ct.c1257 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ct_init()
/OK3568_Linux_fs/kernel/include/net/
H A Dact_api.h171 int tcf_idr_check_alloc(struct tc_action_net *tn, u32 *index,