Searched refs:tcf_idr_check_alloc (Results 1 – 19 of 19) sorted by relevance
| /linux/net/sched/ |
| H A D | act_connmark.c | 130 ret = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_connmark_init()
|
| H A D | act_gact.c | 100 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_gact_init()
|
| H A D | act_skbmod.c | 154 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbmod_init()
|
| H A D | act_sample.c | 64 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_sample_init()
|
| H A D | act_nat.c | 61 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_nat_init()
|
| H A D | act_bpf.c | 306 ret = tcf_idr_check_alloc(tn, &index, act, bind); in tcf_bpf_init()
|
| H A D | act_ctinfo.c | 213 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ctinfo_init()
|
| H A D | act_vlan.c | 147 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_vlan_init()
|
| H A D | act_mpls.c | 191 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mpls_init()
|
| H A D | act_skbedit.c | 209 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbedit_init()
|
| H A D | act_mirred.c | 130 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mirred_init()
|
| H A D | act_pedit.c | 194 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_pedit_init()
|
| H A D | act_police.c | 75 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_police_init()
|
| H A D | act_csum.c | 70 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_csum_init()
|
| H A D | act_gate.c | 391 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_gate_init()
|
| H A D | act_ife.c | 541 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ife_init()
|
| H A D | act_api.c | 868 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 D | act_ct.c | 1383 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_ct_init()
|
| /linux/include/net/ |
| H A D | act_api.h | 203 int tcf_idr_check_alloc(struct tc_action_net *tn, u32 *index,
|