Home
last modified time | relevance | path

Searched refs:tcf_act_for_each_action (Results 1 – 3 of 3) sorted by relevance

/linux/net/sched/
H A Dact_api.c1195 tcf_act_for_each_action(i, a, actions) { in tcf_action_destroy()
1217 tcf_act_for_each_action(i, a, actions) { in tcf_action_put_many()
1229 tcf_act_for_each_action(i, a, actions) { in tca_put_bound_many()
1253 tcf_act_for_each_action(i, a, actions) { in tcf_action_dump()
1320 tcf_act_for_each_action(i, a, actions) { in tcf_idr_insert_many()
1831 tcf_act_for_each_action(i, a, actions) { in tcf_action_delete()
H A Dcls_api.c3884 tcf_act_for_each_action(i, act, actions) { in tc_setup_action()
/linux/include/net/
H A Dpkt_cls.h283 #define tcf_act_for_each_action(i, a, actions) \ macro