Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_api.c1014 nest = nla_nest_start(skb, TCA_ACT_TAB); in tca_get_fill()
1136 nest = nla_nest_start(skb, TCA_ACT_TAB); in tca_action_flush()
1349 if (tca[TCA_ACT_TAB] == NULL) { in tc_ctl_action()
1366 ret = tcf_action_add(net, tca[TCA_ACT_TAB], n, portid, ovr, in tc_ctl_action()
1372 ret = tca_action_gd(net, tca[TCA_ACT_TAB], n, in tc_ctl_action()
1376 ret = tca_action_gd(net, tca[TCA_ACT_TAB], n, in tc_ctl_action()
1392 tb1 = nla[TCA_ACT_TAB]; in find_dump_kind()
1468 nest = nla_nest_start(skb, TCA_ACT_TAB); in tc_dump_action()
/Linux-v4.19/include/uapi/linux/
Drtnetlink.h721 #define TCA_ACT_TAB TCA_ROOT_TAB macro