Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drtnetlink.h12 extern int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, u32 group, int echo);
17 return !skb ? 0 : rtnetlink_send(skb, net, pid, group, echo); in rtnetlink_maybe_send()
/linux/net/sched/
H A Dsch_api.c1010 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_get_notify()
1045 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_notify()
2012 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_notify()
2033 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_get_notify()
H A Dcls_api.c2167 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_notify()
2198 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_del_notify()
3024 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tc_chain_notify()
3052 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
/linux/net/core/
H A Drtnetlink.c938 int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned int group, int echo) in rtnetlink_send() function