Searched refs:tcf_idr_create (Results 1 - 10 of 10) sorted by relevance

/linux-master/net/sched/
H A Dact_simple.c132 ret = tcf_idr_create(tn, index, est, a,
H A Dact_skbmod.c171 ret = tcf_idr_create(tn, index, est, a,
H A Dact_skbedit.c223 ret = tcf_idr_create(tn, index, est, a,
H A Dact_sample.c72 ret = tcf_idr_create(tn, index, est, a,
H A Dact_bpf.c310 ret = tcf_idr_create(tn, index, est, act,
H A Dact_police.c83 ret = tcf_idr_create(tn, index, NULL, a,
H A Dact_mpls.c201 ret = tcf_idr_create(tn, index, est, a, &act_mpls_ops, bind,
H A Dact_api.c733 int tcf_idr_create(struct tc_action_net *tn, u32 index, struct nlattr *est, function
789 EXPORT_SYMBOL(tcf_idr_create); variable
797 return tcf_idr_create(tn, index, est, a, ops, bind,
H A Dact_ife.c555 ret = tcf_idr_create(tn, index, est, a, &act_ife_ops,
/linux-master/include/net/
H A Dact_api.h188 int tcf_idr_create(struct tc_action_net *tn, u32 index, struct nlattr *est,

Completed in 295 milliseconds