Searched refs:skip_notify (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ipv6/ |
| H A D | ip6_fib.c | 48 bool skip_notify; member 1279 if (!info->skip_notify) in fib6_add_rt2node() 1310 if (!info->skip_notify) in fib6_add_rt2node() 2056 if (!info->skip_notify) in fib6_del_route() 2237 .skip_notify = c->skip_notify, in fib6_clean_node() 2289 int sernum, void *arg, bool skip_notify) in fib6_clean_tree() argument 2302 c.skip_notify = skip_notify; in fib6_clean_tree() 2309 int sernum, void *arg, bool skip_notify) in __fib6_clean_all() argument 2321 func, sernum, arg, skip_notify); in __fib6_clean_all() 2386 .skip_notify = false, in fib6_gc_table()
|
| H A D | addrconf_core.c | 189 bool skip_notify) in eafnosupport_ip6_del_rt() argument
|
| H A D | route.c | 3983 int ip6_del_rt(struct net *net, struct fib6_info *rt, bool skip_notify) in ip6_del_rt() argument 3987 .skip_notify = skip_notify in ip6_del_rt() 4021 info->skip_notify = 1; in __ip6_del_rt_siblings() 5482 info->skip_notify = 1; in ip6_route_multipath_add()
|
| /linux/include/net/ |
| H A D | ipv6_stubs.h | 53 int (*ip6_del_rt)(struct net *net, struct fib6_info *rt, bool skip_notify);
|
| H A D | netlink.h | 497 u8 skip_notify:1, member
|