Searched refs:rtnl_notify_needed (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | rtnetlink.h | 238 rtnl_notify_needed(const struct net *net, u16 nlflags, u32 group) in rtnl_notify_needed() function
|
| /linux-6.15/net/sched/ |
| H A D | act_api.c | 1857 if (!rtnl_notify_needed(net, 0, RTNLGRP_TC)) { in tcf_reoffload_del_notify() 1962 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tcf_del_notify() 2058 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tcf_add_notify()
|
| H A D | sch_api.c | 1039 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in qdisc_notify() 2004 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tclass_notify() 2054 if (rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) { in tclass_del_notify()
|
| H A D | cls_api.c | 2156 if (!unicast && !rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tfilter_notify() 2182 if (!rtnl_notify_needed(net, n->nlmsg_flags, RTNLGRP_TC)) in tfilter_del_notify() 3007 if (!unicast && !rtnl_notify_needed(net, flags, RTNLGRP_TC)) in tc_chain_notify() 3039 if (!rtnl_notify_needed(net, flags, RTNLGRP_TC)) in tc_chain_notify_delete()
|