Searched refs:RTNLGRP_TC (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/ |
A D | rtnetlink.h | 709 RTNLGRP_TC, enumerator 710 #define RTNLGRP_TC RTNLGRP_TC macro
|
/linux-6.3-rc2/net/sched/ |
A D | act_api.c | 1740 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tca_action_flush() 1807 ret = rtnetlink_send(skb, net, 0, RTNLGRP_TC, 0); in tcf_reoffload_del_notify() 1900 ret = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tcf_del_notify() 1971 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tcf_add_notify()
|
A D | sch_api.c | 1022 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_notify() 1881 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_notify() 1914 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_del_notify()
|
A D | cls_api.c | 2048 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_notify() 2084 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_del_notify() 2901 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tc_chain_notify() 2929 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
|
Completed in 20 milliseconds