Lines Matching defs:disable_ipv6
222 .disable_ipv6 = 0,
278 .disable_ipv6 = 0,
1072 if (idev->cnf.disable_ipv6) {
2498 if (idev->cnf.disable_ipv6)
3557 if (idev && idev->cnf.disable_ipv6)
3763 if (!unregister && !idev->cnf.disable_ipv6) {
4064 bool bump_id, disable_ipv6 = false;
4085 !idev->cnf.disable_ipv6 &&
4095 idev->cnf.disable_ipv6 = 1;
4099 disable_ipv6 = true;
4111 if (disable_ipv6)
5547 array[DEVCONF_DISABLE_IPV6] = cnf->disable_ipv6;
6193 if (idev->cnf.disable_ipv6)
6207 int changed = (!idev->cnf.disable_ipv6) ^ (!newf);
6208 idev->cnf.disable_ipv6 = newf;
6227 if (p == &net->ipv6.devconf_dflt->disable_ipv6) {
6232 if (p == &net->ipv6.devconf_all->disable_ipv6) {
6233 net->ipv6.devconf_dflt->disable_ipv6 = newf;
6252 * ctl->data points to idev->cnf.disable_ipv6, we should
6809 .procname = "disable_ipv6",
6810 .data = &ipv6_devconf.disable_ipv6,
7085 dflt->disable_ipv6 = ipv6_defaults.disable_ipv6;