Home
last modified time | relevance | path

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

/linux/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()
1990 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_notify()
2011 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tclass_get_notify()
H A Dcls_api.c2138 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_notify()
2174 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tfilter_del_notify()
3000 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tc_chain_notify()
3028 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, flags & NLM_F_ECHO); in tc_chain_notify_delete()
/linux/net/core/
H A Drtnetlink.c932 int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned int group, int echo) in rtnetlink_send() function