Searched refs:rtnl_notify_needed (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | rtnetlink.h | 246 rtnl_notify_needed(const struct net *net, u16 nlflags, u32 group) in rtnl_notify_needed() function
|
| /linux/net/sched/ |
| H A D | act_api.c | 1885 if (!rtnl_notify_needed(net, 0, RTNLGRP_TC)) { in tcf_reoffload_del_notify() 1990 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tcf_del_notify() 2086 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tcf_add_notify()
|
| H A D | sch_api.c | 1047 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in qdisc_notify() 2038 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tclass_notify() 2091 if (rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tclass_del_notify()
|
| H A D | cls_api.c | 2171 if (!unicast && !rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tfilter_notify() 2197 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tfilter_del_notify() 3038 if (!unicast && !rtnl_notify_needed(net, flags, RTNLGRP_TC)) in tc_chain_notify() 3070 if (!rtnl_notify_needed(net, flags, RTNLGRP_TC)) in tc_chain_notify_delete()
|