Searched refs:rtnl_notify_needed (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| A D | rtnetlink.h | 173 rtnl_notify_needed(const struct net *net, u16 nlflags, u32 group) in rtnl_notify_needed() function
|
| /linux/net/sched/ |
| A D | act_api.c | 1858 if (!rtnl_notify_needed(net, 0, RTNLGRP_TC)) { in tcf_reoffload_del_notify() 1963 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tcf_del_notify() 2059 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tcf_add_notify()
|
| A D | sch_api.c | 1039 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in qdisc_notify() 1974 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tclass_notify() 2024 if (rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tclass_del_notify()
|
| A D | cls_api.c | 2122 if (!unicast && !rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tfilter_notify() 2154 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tfilter_del_notify() 2979 if (!unicast && !rtnl_notify_needed(net, flags, RTNLGRP_TC)) in tc_chain_notify() 3011 if (!rtnl_notify_needed(net, flags, RTNLGRP_TC)) in tc_chain_notify_delete()
|
Completed in 20 milliseconds