Home
last modified time | relevance | path

Searched refs:RTNLGRP_TC (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/uapi/linux/
H A Drtnetlink.h723 RTNLGRP_TC, enumerator
724 #define RTNLGRP_TC RTNLGRP_TC macro
/linux/net/sched/
H A Dsch_api.c1014 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_get_notify()
1030 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in qdisc_notify()
1049 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_notify()
2012 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tclass_notify()
2025 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_get_notify()
2048 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_del_notify()
2065 if (rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tclass_del_notify()
2084 err = rtnetlink_maybe_send(skb, net, portid, RTNLGRP_TC, in tcf_node_bind()
H A Dact_api.c1807 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tca_action_flush()
1877 if (!rtnl_notify_needed(net, 0, RTNLGRP_TC)) { in tcf_reoffload_del_notify()
1888 ret = rtnetlink_maybe_send(skb, net, 0, RTNLGRP_TC, 0); in tcf_reoffload_del_notify()
1982 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tcf_del_notify()
1999 return rtnetlink_maybe_send(skb, net, portid, RTNLGRP_TC, in tcf_del_notify()
2078 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tcf_add_notify()
2087 return rtnetlink_maybe_send(skb, net, portid, RTNLGRP_TC, in tcf_add_notify()
H A Dcls_api.c2156 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()
3015 if (!unicast && !rtnl_notify_needed(net, flags, RTNLGRP_TC)) in tc_chain_notify()
3032 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tc_chain_notify()
3047 if (!rtnl_notify_needed(net, flags, RTNLGRP_TC)) in tc_chain_notify_delete()
3060 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()