Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Drtnetlink.h12 extern int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, u32 group, int echo);
/Linux-v5.10/net/sched/
Dact_api.c1294 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tca_action_flush()
1366 ret = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tcf_del_notify()
1440 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tcf_add_notify()
Dsch_api.c989 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_notify()
1858 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_notify()
1893 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_del_notify()
Dcls_api.c1875 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_notify()
1914 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_del_notify()
2717 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tc_chain_notify()
2747 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
/Linux-v5.10/net/core/
Drtnetlink.c706 int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned int group, int echo) in rtnetlink_send() function