Searched refs:tcf_idr_create_from_flags (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | act_connmark.c | 132 ret = tcf_idr_create_from_flags(tn, index, est, a, in tcf_connmark_init()
|
H A D | act_gact.c | 102 ret = tcf_idr_create_from_flags(tn, index, est, a, in tcf_gact_init()
|
H A D | act_nat.c | 63 ret = tcf_idr_create_from_flags(tn, index, est, a, &act_nat_ops, in tcf_nat_init()
|
H A D | act_ctinfo.c | 215 ret = tcf_idr_create_from_flags(tn, index, est, a, in tcf_ctinfo_init()
|
H A D | act_vlan.c | 219 ret = tcf_idr_create_from_flags(tn, index, est, a, in tcf_vlan_init()
|
H A D | act_mirred.c | 150 ret = tcf_idr_create_from_flags(tn, index, est, a, in tcf_mirred_init()
|
H A D | act_pedit.c | 196 ret = tcf_idr_create_from_flags(tn, index, est, a, in tcf_pedit_init()
|
H A D | act_csum.c | 72 ret = tcf_idr_create_from_flags(tn, index, est, a, in tcf_csum_init()
|
H A D | act_gate.c | 362 ret = tcf_idr_create_from_flags(tn, index, est, a, in tcf_gate_init()
|
H A D | act_tunnel_key.c | 502 ret = tcf_idr_create_from_flags(tn, index, est, a, in tunnel_key_init()
|
H A D | act_api.c | 791 int tcf_idr_create_from_flags(struct tc_action_net *tn, u32 index, in tcf_idr_create_from_flags() function 800 EXPORT_SYMBOL(tcf_idr_create_from_flags);
|
H A D | act_ct.c | 1345 err = tcf_idr_create_from_flags(tn, index, est, a, in tcf_ct_init()
|
/openbmc/linux/include/net/ |
H A D | act_api.h | 190 int tcf_idr_create_from_flags(struct tc_action_net *tn, u32 index,
|