Searched refs:RTNLGRP_TC (Results 1 – 4 of 4) sorted by relevance
/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 723 RTNLGRP_TC, enumerator 724 #define RTNLGRP_TC RTNLGRP_TC macro
|
/linux/net/sched/ |
H A D | sch_api.c | 1010 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_get_notify() 1026 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in qdisc_notify() 1045 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_notify() 1995 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tclass_notify() 2007 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_notify() 2028 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_get_notify() 2045 if (rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tclass_del_notify() 2065 err = rtnetlink_maybe_send(skb, net, portid, RTNLGRP_TC, in tclass_del_notify()
|
H A D | act_api.c | 1806 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tca_action_flush() 1876 if (!rtnl_notify_needed(net, 0, RTNLGRP_TC)) { in tcf_reoffload_del_notify() 1887 ret = rtnetlink_maybe_send(skb, net, 0, RTNLGRP_TC, 0); in tcf_reoffload_del_notify() 1981 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tcf_del_notify() 1998 return rtnetlink_maybe_send(skb, net, portid, RTNLGRP_TC, in tcf_del_notify() 2077 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tcf_add_notify() 2086 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()
|