Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_api.c1193 tcf_act_for_each_action(i, a, actions) { in tcf_action_destroy()
1215 tcf_act_for_each_action(i, a, actions) { in tcf_action_put_many()
1227 tcf_act_for_each_action(i, a, actions) { in tca_put_bound_many()
1251 tcf_act_for_each_action(i, a, actions) { in tcf_action_dump()
1318 tcf_act_for_each_action(i, a, actions) { in tcf_idr_insert_many()
1825 tcf_act_for_each_action(i, a, actions) { in tcf_action_delete()
H A Dcls_api.c3877 tcf_act_for_each_action(i, act, actions) { in tc_setup_action()
/linux/
H A D.clang-format709 - 'tcf_act_for_each_action'
/linux/include/net/
H A Dpkt_cls.h283 #define tcf_act_for_each_action(i, a, actions) \ macro