Searched refs:rtnetlink_send (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | rtnetlink.h | 12 extern int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, u32 group, int echo);
|
/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()
|
/linux-6.3-rc2/net/core/ |
A D | rtnetlink.c | 748 int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned int group, int echo) in rtnetlink_send() function
|
Completed in 34 milliseconds