Searched refs:TCA_ACT_TAB (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/net/sched/ |
| D | act_api.c | 1209 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tca_get_fill() 1335 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tca_action_flush() 1550 if (tca[TCA_ACT_TAB] == NULL) { in tc_ctl_action() 1566 ret = tcf_action_add(net, tca[TCA_ACT_TAB], n, portid, flags, in tc_ctl_action() 1570 ret = tca_action_gd(net, tca[TCA_ACT_TAB], n, in tc_ctl_action() 1574 ret = tca_action_gd(net, tca[TCA_ACT_TAB], n, in tc_ctl_action() 1590 tb1 = nla[TCA_ACT_TAB]; in find_dump_kind() 1665 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tc_dump_action()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | rtnetlink.h | 771 #define TCA_ACT_TAB TCA_ROOT_TAB macro
|