Home
last modified time | relevance | path

Searched refs:TCA_ACT_TAB (Results 1 – 2 of 2) sorted by relevance

/linux/net/sched/
H A Dact_api.c459 + nla_total_size(0) /* TCA_ACT_TAB nested */ in tcf_action_full_attrs_size()
1663 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tca_get_fill()
1790 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tca_action_flush()
2142 if (tca[TCA_ACT_TAB] == NULL) { in tc_ctl_action()
2158 ret = tcf_action_add(net, tca[TCA_ACT_TAB], n, portid, flags, in tc_ctl_action()
2162 ret = tca_action_gd(net, tca[TCA_ACT_TAB], n, in tc_ctl_action()
2166 ret = tca_action_gd(net, tca[TCA_ACT_TAB], n, in tc_ctl_action()
2182 tb1 = nla[TCA_ACT_TAB]; in find_dump_kind()
2257 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tc_dump_action()
/linux/tools/include/uapi/linux/
H A Drtnetlink.h807 #define TCA_ACT_TAB TCA_ROOT_TAB macro