Searched refs:rtnetlink_send (Results 1 – 4 of 4) sorted by relevance
/net/sched/ |
D | act_api.c | 1347 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tca_action_flush() 1419 ret = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tcf_del_notify() 1493 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tcf_add_notify()
|
D | sch_api.c | 996 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_notify() 1913 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_notify() 1948 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_del_notify()
|
D | cls_api.c | 1877 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_notify() 1916 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_del_notify() 2722 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tc_chain_notify() 2752 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
|
/net/core/ |
D | rtnetlink.c | 706 int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned int group, int echo) in rtnetlink_send() function
|