Symbol: tcf_idr_check_alloc
include/net/act_api.h
203
int tcf_idr_check_alloc(struct tc_action_net *tn, u32 *index,
net/sched/act_api.c
930
EXPORT_SYMBOL(tcf_idr_check_alloc);
net/sched/act_bpf.c
306
ret = tcf_idr_check_alloc(tn, &index, act, bind);
net/sched/act_connmark.c
130
ret = tcf_idr_check_alloc(tn, &index, a, bind);
net/sched/act_csum.c
70
err = tcf_idr_check_alloc(tn, &index, a, bind);
net/sched/act_ct.c
1379
err = tcf_idr_check_alloc(tn, &index, a, bind);
net/sched/act_ctinfo.c
213
err = tcf_idr_check_alloc(tn, &index, a, bind);
net/sched/act_gact.c
100
err = tcf_idr_check_alloc(tn, &index, a, bind);
net/sched/act_gate.c
391
err = tcf_idr_check_alloc(tn, &index, a, bind);
net/sched/act_ife.c
541
err = tcf_idr_check_alloc(tn, &index, a, bind);
net/sched/act_mirred.c
130
err = tcf_idr_check_alloc(tn, &index, a, bind);
net/sched/act_mpls.c
191
err = tcf_idr_check_alloc(tn, &index, a, bind);
net/sched/act_nat.c
61
err = tcf_idr_check_alloc(tn, &index, a, bind);
net/sched/act_pedit.c
194
err = tcf_idr_check_alloc(tn, &index, a, bind);
net/sched/act_police.c
75
err = tcf_idr_check_alloc(tn, &index, a, bind);
net/sched/act_sample.c
64
err = tcf_idr_check_alloc(tn, &index, a, bind);
net/sched/act_simple.c
115
err = tcf_idr_check_alloc(tn, &index, a, bind);
net/sched/act_skbedit.c
209
err = tcf_idr_check_alloc(tn, &index, a, bind);
net/sched/act_skbmod.c
154
err = tcf_idr_check_alloc(tn, &index, a, bind);
net/sched/act_tunnel_key.c
397
err = tcf_idr_check_alloc(tn, &index, a, bind);
net/sched/act_vlan.c
147
err = tcf_idr_check_alloc(tn, &index, a, bind);