Searched refs:RTNLGRP_TC (Results 1 – 4 of 4) sorted by relevance
/linux/include/uapi/linux/ |
A D | rtnetlink.h | 699 RTNLGRP_TC, enumerator 700 #define RTNLGRP_TC RTNLGRP_TC macro
|
/linux/net/sched/ |
A D | act_api.c | 1355 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tca_action_flush() 1425 ret = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tcf_del_notify() 1496 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tcf_add_notify()
|
A D | sch_api.c | 996 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_notify() 1855 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_notify() 1888 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_del_notify()
|
A D | cls_api.c | 1871 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_notify() 1907 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_del_notify() 2712 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tc_chain_notify() 2740 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
|
Completed in 45 milliseconds