Searched refs:rtnetlink_send (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | rtnetlink.h | 10 extern int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, u32 group, int echo);
|
/linux-4.4.14/net/sched/ |
D | act_api.c | 833 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tca_action_flush() 872 ret = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tcf_del_notify() 939 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tcf_add_notify()
|
D | cls_api.c | 404 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_notify()
|
D | sch_api.c | 1424 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_notify() 1716 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_notify()
|
/linux-4.4.14/net/core/ |
D | rtnetlink.c | 620 int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned int group, int echo) in rtnetlink_send() function
|