Searched refs:ndisc_notify (Results 1 – 5 of 5) sorted by relevance
97 ${IP_HOST_EXEC} sysctl -qw ${HOST_CONF}.ndisc_notify=1
86 ip netns exec ${HOST_NS_V6} sysctl -qw ${HOST_CONF}.ndisc_notify=1
69 __s32 ndisc_notify; member
1873 if (READ_ONCE(idev->cnf.ndisc_notify) || in ndisc_netdev_event()1874 READ_ONCE(net->ipv6.devconf_all->ndisc_notify)) in ndisc_netdev_event()
4356 (READ_ONCE(ifp->idev->cnf.ndisc_notify) || in addrconf_dad_completed()4357 READ_ONCE(dev_net(dev)->ipv6.devconf_all->ndisc_notify))) { in addrconf_dad_completed()5699 array[DEVCONF_NDISC_NOTIFY] = READ_ONCE(cnf->ndisc_notify); in ipv6_store_devconf()7133 .data = &ipv6_devconf.ndisc_notify,