Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/net/sched/
H A Dsch_api.c1023 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_get_notify()
1058 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_notify()
2016 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_notify()
2037 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_get_notify()
H A Dcls_api.c2167 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_notify()
2198 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_del_notify()
3024 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tc_chain_notify()
3052 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
H A Dact_api.c1787 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tca_action_flush()
/linux-6.15/net/core/
H A Drtnetlink.c938 int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned int group, int echo) in rtnetlink_send() function