Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Drtnetlink.h12 extern int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, u32 group, int echo);
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_api.c1347 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()
H A Dsch_api.c996 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_notify()
1867 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_notify()
1902 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_del_notify()
H A Dcls_api.c1876 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_notify()
1915 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_del_notify()
2721 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tc_chain_notify()
2751 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
/OK3568_Linux_fs/kernel/net/core/
H A Drtnetlink.c706 int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned int group, int echo) in rtnetlink_send() function