Searched refs:TCA_ACT_TAB (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_api.c | 216 + nla_total_size(0) /* TCA_ACT_TAB nested */ in tcf_action_full_attrs_size() 1204 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tca_get_fill() 1330 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tca_action_flush() 1551 if (tca[TCA_ACT_TAB] == NULL) { in tc_ctl_action() 1567 ret = tcf_action_add(net, tca[TCA_ACT_TAB], n, portid, ovr, in tc_ctl_action() 1571 ret = tca_action_gd(net, tca[TCA_ACT_TAB], n, in tc_ctl_action() 1575 ret = tca_action_gd(net, tca[TCA_ACT_TAB], n, in tc_ctl_action() 1591 tb1 = nla[TCA_ACT_TAB]; in find_dump_kind() 1666 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tc_dump_action()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_api.c | 464 + nla_total_size(0) /* TCA_ACT_TAB nested */ in tcf_action_full_attrs_size() 1596 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tca_get_fill() 1723 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tca_action_flush() 2028 if (tca[TCA_ACT_TAB] == NULL) { in tc_ctl_action() 2044 ret = tcf_action_add(net, tca[TCA_ACT_TAB], n, portid, flags, in tc_ctl_action() 2048 ret = tca_action_gd(net, tca[TCA_ACT_TAB], n, in tc_ctl_action() 2052 ret = tca_action_gd(net, tca[TCA_ACT_TAB], n, in tc_ctl_action() 2068 tb1 = nla[TCA_ACT_TAB]; in find_dump_kind() 2143 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tc_dump_action()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | rtnetlink.h | 756 #define TCA_ACT_TAB TCA_ROOT_TAB macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | rtnetlink.h | 787 #define TCA_ACT_TAB TCA_ROOT_TAB macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 564 #define TCA_ACT_TAB TCA_ROOT_TAB macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 532 #define TCA_ACT_TAB TCA_ROOT_TAB macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 564 #define TCA_ACT_TAB TCA_ROOT_TAB macro
|
Completed in 15 milliseconds