Searched refs:skip_notify (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/net/ipv6/ |
| D | ip6_fib.c | 48 bool skip_notify; member 1256 if (!info->skip_notify) in fib6_add_rt2node() 1287 if (!info->skip_notify) in fib6_add_rt2node() 2002 if (!info->skip_notify) in fib6_del_route() 2183 .skip_notify = c->skip_notify, in fib6_clean_node() 2235 int sernum, void *arg, bool skip_notify) in fib6_clean_tree() argument 2248 c.skip_notify = skip_notify; in fib6_clean_tree() 2255 int sernum, void *arg, bool skip_notify) in __fib6_clean_all() argument 2267 func, sernum, arg, skip_notify); in __fib6_clean_all() 2332 .skip_notify = false, in fib6_gc_table()
|
| D | addrconf_core.c | 189 bool skip_notify) in eafnosupport_ip6_del_rt() argument
|
| D | route.c | 3874 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() 5325 info->skip_notify = 1; in ip6_route_multipath_add()
|
| /Linux-v6.6/include/net/ |
| D | ipv6_stubs.h | 52 int (*ip6_del_rt)(struct net *net, struct fib6_info *rt, bool skip_notify);
|
| D | ip6_route.h | 123 int ip6_del_rt(struct net *net, struct fib6_info *f6i, bool skip_notify);
|
| D | netlink.h | 469 u8 skip_notify:1, member
|