Searched refs:RTNLGRP_TC (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/include/uapi/linux/ |
D | rtnetlink.h | 713 RTNLGRP_TC, enumerator 714 #define RTNLGRP_TC RTNLGRP_TC macro
|
/linux-6.12.1/net/sched/ |
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() 1974 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tclass_notify() 1986 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_notify() 2007 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_get_notify() 2024 if (rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tclass_del_notify() 2044 err = rtnetlink_maybe_send(skb, net, portid, RTNLGRP_TC, in tclass_del_notify()
|
D | act_api.c | 1788 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tca_action_flush() 1858 if (!rtnl_notify_needed(net, 0, RTNLGRP_TC)) { in tcf_reoffload_del_notify() 1869 ret = rtnetlink_maybe_send(skb, net, 0, RTNLGRP_TC, 0); in tcf_reoffload_del_notify() 1963 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tcf_del_notify() 1980 return rtnetlink_maybe_send(skb, net, portid, RTNLGRP_TC, in tcf_del_notify() 2059 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tcf_add_notify() 2068 return rtnetlink_maybe_send(skb, net, portid, RTNLGRP_TC, in tcf_add_notify()
|
D | cls_api.c | 2122 if (!unicast && !rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tfilter_notify() 2139 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_notify() 2154 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tfilter_del_notify() 2175 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_del_notify() 2979 if (!unicast && !rtnl_notify_needed(net, flags, RTNLGRP_TC)) in tc_chain_notify() 2996 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tc_chain_notify() 3011 if (!rtnl_notify_needed(net, flags, RTNLGRP_TC)) in tc_chain_notify_delete() 3024 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
|