Searched refs:RTNLGRP_TC (Results 1 - 4 of 4) sorted by last modified time

/linux-master/net/sched/
H A Dsch_api.c1024 return rtnetlink_send(skb, net, portid, RTNLGRP_TC,
1040 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC))
1059 return rtnetlink_send(skb, net, portid, RTNLGRP_TC,
1969 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC))
1981 return rtnetlink_send(skb, net, portid, RTNLGRP_TC,
2002 return rtnetlink_send(skb, net, portid, RTNLGRP_TC,
2019 if (rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) {
2039 err = rtnetlink_maybe_send(skb, net, portid, RTNLGRP_TC,
H A Dcls_api.c2121 if (!unicast && !rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC))
2138 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC,
2153 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC))
2174 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC,
2978 if (!unicast && !rtnl_notify_needed(net, flags, RTNLGRP_TC))
2995 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC,
3010 if (!rtnl_notify_needed(net, flags, RTNLGRP_TC))
3023 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO);
H A Dact_api.c1768 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC,
1838 if (!rtnl_notify_needed(net, 0, RTNLGRP_TC)) {
1849 ret = rtnetlink_maybe_send(skb, net, 0, RTNLGRP_TC, 0);
1943 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) {
1960 return rtnetlink_maybe_send(skb, net, portid, RTNLGRP_TC,
2039 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) {
2048 return rtnetlink_maybe_send(skb, net, portid, RTNLGRP_TC,
/linux-master/include/uapi/linux/
H A Drtnetlink.h713 RTNLGRP_TC, enumerator in enum:rtnetlink_groups
714 #define RTNLGRP_TC RTNLGRP_TC macro

Completed in 316 milliseconds