Home
last modified time | relevance | path

Searched refs:skip_notify (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/net/ipv6/
Dip6_fib.c48 bool skip_notify; member
1251 if (!info->skip_notify) in fib6_add_rt2node()
1282 if (!info->skip_notify) in fib6_add_rt2node()
1993 if (!info->skip_notify) in fib6_del_route()
2174 .skip_notify = c->skip_notify, in fib6_clean_node()
2226 int sernum, void *arg, bool skip_notify) in fib6_clean_tree() argument
2239 c.skip_notify = skip_notify; in fib6_clean_tree()
2246 int sernum, void *arg, bool skip_notify) in __fib6_clean_all() argument
2258 func, sernum, arg, skip_notify); in __fib6_clean_all()
Daddrconf_core.c189 bool skip_notify) in eafnosupport_ip6_del_rt() argument
Droute.c3874 int ip6_del_rt(struct net *net, struct fib6_info *rt, bool skip_notify) in ip6_del_rt() argument
3878 .skip_notify = skip_notify in ip6_del_rt()
3912 info->skip_notify = 1; in __ip6_del_rt_siblings()
5327 info->skip_notify = 1; in ip6_route_multipath_add()
/linux-6.1.9/include/net/
Dipv6_stubs.h52 int (*ip6_del_rt)(struct net *net, struct fib6_info *rt, bool skip_notify);
Dip6_route.h127 int ip6_del_rt(struct net *net, struct fib6_info *f6i, bool skip_notify);
Dnetlink.h472 u8 skip_notify:1, member