Lines Matching defs:disable_ipv6
217 .disable_ipv6 = 0,
278 .disable_ipv6 = 0,
1101 if (idev->cnf.disable_ipv6) {
2526 if (idev->cnf.disable_ipv6)
3636 if (idev && idev->cnf.disable_ipv6)
3831 if (!unregister && !idev->cnf.disable_ipv6) {
4131 bool bump_id, disable_ipv6 = false;
4152 !idev->cnf.disable_ipv6 &&
4162 idev->cnf.disable_ipv6 = 1;
4166 disable_ipv6 = true;
4178 if (disable_ipv6)
5630 array[DEVCONF_DISABLE_IPV6] = cnf->disable_ipv6;
6308 if (idev->cnf.disable_ipv6)
6322 int changed = (!idev->cnf.disable_ipv6) ^ (!newf);
6323 idev->cnf.disable_ipv6 = newf;
6342 if (p == &net->ipv6.devconf_dflt->disable_ipv6) {
6347 if (p == &net->ipv6.devconf_all->disable_ipv6) {
6348 net->ipv6.devconf_dflt->disable_ipv6 = newf;
6367 * ctl->data points to idev->cnf.disable_ipv6, we should
6933 .procname = "disable_ipv6",
6934 .data = &ipv6_devconf.disable_ipv6,
7261 dflt->disable_ipv6 = ipv6_defaults.disable_ipv6;