Home
last modified time | relevance | path

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

/net/sched/
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()
Dsch_api.c996 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()
Dcls_api.c1877 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/
Drtnetlink.c706 int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned int group, int echo) in rtnetlink_send() function