Searched refs:rtnetlink_send (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | rtnetlink.h | 12 extern int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, u32 group, int echo);
|
/openbmc/linux/net/sched/ |
H A D | act_api.c | 1781 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tca_action_flush() 1848 ret = rtnetlink_send(skb, net, 0, RTNLGRP_TC, 0); in tcf_reoffload_del_notify() 1941 ret = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tcf_del_notify() 2012 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tcf_add_notify()
|
H A D | sch_api.c | 1029 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_notify() 1958 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_del_notify() 1991 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC,
|
H A D | cls_api.c | 2055 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_notify() 2091 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_del_notify() 2908 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tc_chain_notify() 2936 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | 780 int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned int group, int echo) in rtnetlink_send() function
|