Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Drtnetlink.h723 RTNLGRP_TC, enumerator
724 #define RTNLGRP_TC RTNLGRP_TC macro
/linux/net/sched/
H A Dsch_api.c1010 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 Dact_api.c1806 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 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()
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()