Lines Matching refs:accept_dad
220 .accept_dad = 0,
285 .accept_dad = 1,
433 ndev->cnf.accept_dad = -1;
4143 (READ_ONCE(net->ipv6.devconf_all->accept_dad) < 1 &&
4144 READ_ONCE(idev->cnf.accept_dad) < 1) ||
4239 if ((READ_ONCE(net->ipv6.devconf_all->accept_dad) > 1 ||
4240 READ_ONCE(idev->cnf.accept_dad) > 1) &&
5720 array[DEVCONF_ACCEPT_DAD] = READ_ONCE(cnf->accept_dad);
7149 .procname = "accept_dad",
7150 .data = &ipv6_devconf.accept_dad,