Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dip6_fib.c48 bool skip_notify; member
1278 if (!info->skip_notify) in fib6_add_rt2node()
1309 if (!info->skip_notify) in fib6_add_rt2node()
2055 if (!info->skip_notify) in fib6_del_route()
2236 .skip_notify = c->skip_notify, in fib6_clean_node()
2288 int sernum, void *arg, bool skip_notify) in fib6_clean_tree()
2301 c.skip_notify = skip_notify;
2308 int sernum, void *arg, bool skip_notify) in __fib6_clean_all()
2284 fib6_clean_tree(struct net * net,struct fib6_node * root,int (* func)(struct fib6_info *,void * arg),int sernum,void * arg,bool skip_notify) fib6_clean_tree() argument
2304 __fib6_clean_all(struct net * net,int (* func)(struct fib6_info *,void *),int sernum,void * arg,bool skip_notify) __fib6_clean_all() argument
[all...]
H A Daddrconf_core.c189 bool skip_notify) in eafnosupport_ip6_del_rt() argument
H A Droute.c3984 int ip6_del_rt(struct net *net, struct fib6_info *rt, bool skip_notify) in ip6_del_rt() argument
3988 .skip_notify = skip_notify in ip6_del_rt()
4022 info->skip_notify = 1; in __ip6_del_rt_siblings()
5483 info->skip_notify = 1; in ip6_route_multipath_add()
/linux/include/net/
H A Dipv6_stubs.h53 int (*ip6_del_rt)(struct net *net, struct fib6_info *rt, bool skip_notify);
H A Dnetlink.h497 u8 skip_notify:1, member