Searched refs:rtnetlink_send (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | rtnetlink.h | 12 extern int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, u32 group, int echo);
|
| /Linux-v6.6/net/sched/ |
| 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()
|
| D | sch_api.c | 1030 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_notify() 1948 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_notify() 1981 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_del_notify()
|
| D | cls_api.c | 2049 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_notify() 2085 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_del_notify() 2902 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tc_chain_notify() 2930 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
|
| /Linux-v6.6/net/core/ |
| D | rtnetlink.c | 751 int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned int group, int echo) in rtnetlink_send() function
|