Searched refs:TCA_ACT_TAB (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/sched/ |
D | act_api.c | 658 nest = nla_nest_start(skb, TCA_ACT_TAB); in tca_get_fill() 800 nest = nla_nest_start(skb, TCA_ACT_TAB); in tca_action_flush() 962 if (tca[TCA_ACT_TAB] == NULL) { in tc_ctl_action() 979 ret = tcf_action_add(net, tca[TCA_ACT_TAB], n, portid, ovr); in tc_ctl_action() 984 ret = tca_action_gd(net, tca[TCA_ACT_TAB], n, in tc_ctl_action() 988 ret = tca_action_gd(net, tca[TCA_ACT_TAB], n, in tc_ctl_action() 1008 tb1 = nla[TCA_ACT_TAB]; in find_dump_kind() 1059 nest = nla_nest_start(skb, TCA_ACT_TAB); in tc_dump_action()
|
/linux-4.1.27/include/uapi/linux/ |
D | rtnetlink.h | 654 #define TCA_ACT_TAB 1 /* attr type must be >=1 */ macro
|