Home
last modified time | relevance | path

Searched refs:rtnetlink_send (Results 1 – 5 of 5) 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.c1028 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_get_notify()
1063 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_notify()
2048 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_notify()
2071 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_get_notify()
H A Dcls_api.c2182 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_notify()
2213 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_del_notify()
3055 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tc_chain_notify()
3083 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
H A Dact_api.c1812 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tca_action_flush()
/linux/net/core/
H A Drtnetlink.c974 int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned int group, int echo) in rtnetlink_send() function