Searched refs:RTNLGRP_TC (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/uapi/linux/ |
| H A D | rtnetlink.h | 723 RTNLGRP_TC, enumerator 724 #define RTNLGRP_TC RTNLGRP_TC macro
|
| /linux-6.15/net/sched/ |
| H A D | sch_api.c | 1023 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_get_notify() 1039 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in qdisc_notify() 1058 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_notify() 2004 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tclass_notify() 2016 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_notify() 2037 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_get_notify() 2054 if (rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tclass_del_notify() 2074 err = rtnetlink_maybe_send(skb, net, portid, RTNLGRP_TC, in tclass_del_notify()
|
| H A D | act_api.c | 1787 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tca_action_flush() 1857 if (!rtnl_notify_needed(net, 0, RTNLGRP_TC)) { in tcf_reoffload_del_notify() 1868 ret = rtnetlink_maybe_send(skb, net, 0, RTNLGRP_TC, 0); in tcf_reoffload_del_notify() 1962 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tcf_del_notify() 1979 return rtnetlink_maybe_send(skb, net, portid, RTNLGRP_TC, in tcf_del_notify() 2058 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tcf_add_notify() 2067 return rtnetlink_maybe_send(skb, net, portid, RTNLGRP_TC, in tcf_add_notify()
|
| H A D | cls_api.c | 2156 if (!unicast && !rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tfilter_notify() 2167 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_notify() 2182 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tfilter_del_notify() 2198 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_del_notify() 3007 if (!unicast && !rtnl_notify_needed(net, flags, RTNLGRP_TC)) in tc_chain_notify() 3024 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tc_chain_notify() 3039 if (!rtnl_notify_needed(net, flags, RTNLGRP_TC)) in tc_chain_notify_delete() 3052 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
|