Searched refs:accept_dad (Results 1 – 19 of 19) sorted by relevance
234 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.all.accept_dad=0235 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.default.accept_dad=0254 ip netns exec ${hsname} sysctl -wq net.ipv6.conf.all.accept_dad=0255 ip netns exec ${hsname} sysctl -wq net.ipv6.conf.default.accept_dad=0268 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.all.accept_dad=0269 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.default.accept_dad=0
184 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.all.accept_dad=0185 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.default.accept_dad=0227 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.all.accept_dad=0228 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.default.accept_dad=0
23 ip net exec $CLIENT_NS1 sysctl -w net.ipv6.conf.default.accept_dad=0 2>&1 >/dev/null24 ip net exec $CLIENT_NS2 sysctl -w net.ipv6.conf.default.accept_dad=0 2>&1 >/dev/null25 ip net exec $SERVER_NS sysctl -w net.ipv6.conf.default.accept_dad=0 2>&1 >/dev/null
353 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0354 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0485 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0486 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
445 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0446 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0589 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0590 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
308 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0309 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0433 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0434 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
485 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0486 ip netns exec "${nsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0714 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.all.accept_dad=0715 ip netns exec "${hsname}" sysctl -wq net.ipv6.conf.default.accept_dad=0
184 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.all.accept_dad=0185 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.default.accept_dad=0
230 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.all.accept_dad=0231 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.default.accept_dad=0
87 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0
146 ip netns exec $ns sysctl -qw net.ipv6.conf.all.accept_dad=0147 ip netns exec $ns sysctl -qw net.ipv6.conf.default.accept_dad=0
98 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0
131 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0
168 ip netns exec ${n} sysctl -qw net.ipv6.conf.all.accept_dad=0169 ip netns exec ${n} sysctl -qw net.ipv6.conf.default.accept_dad=0
549 ip netns exec ${n} sysctl -q net/ipv6/conf/default/accept_dad=0
67 __s32 accept_dad; member
219 .accept_dad = 0,284 .accept_dad = 1,433 ndev->cnf.accept_dad = -1; in ipv6_add_dev() 4108 (READ_ONCE(net->ipv6.devconf_all->accept_dad) < 1 && in addrconf_dad_begin() 4109 READ_ONCE(idev->cnf.accept_dad) < 1) || in addrconf_dad_begin() 4204 if ((READ_ONCE(net->ipv6.devconf_all->accept_dad) > 1 || in addrconf_dad_work() 4205 READ_ONCE(idev->cnf.accept_dad) > 1) && in addrconf_dad_work() 5685 array[DEVCONF_ACCEPT_DAD] = READ_ONCE(cnf->accept_dad); in ipv6_store_devconf() 7106 .procname = "accept_dad",7107 .data = &ipv6_devconf.accept_dad,[all...]
2930 Disable IPv6 operation. If accept_dad is set to 2, this value2945 accept_dad - INTEGER2956 to the maximum value of conf/{all,interface}/accept_dad.