Home
last modified time | relevance | path

Searched refs:rtnetlink_send (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Drtnetlink.h10 extern int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, u32 group, int echo);
/linux-4.1.27/net/sched/
Dact_api.c815 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tca_action_flush()
854 ret = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tcf_del_notify()
921 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tcf_add_notify()
Dcls_api.c404 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_notify()
Dsch_api.c1422 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_notify()
1714 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_notify()
/linux-4.1.27/net/core/
Drtnetlink.c619 int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned int group, int echo) in rtnetlink_send() function