Home
last modified time | relevance | path

Searched refs:accept_dad (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/tools/testing/selftests/net/
Dsrv6_end_dt6_l3vpn_test.sh239 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.all.accept_dad=0
240 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.default.accept_dad=0
261 ip netns exec ${hsname} sysctl -wq net.ipv6.conf.all.accept_dad=0
262 ip netns exec ${hsname} sysctl -wq net.ipv6.conf.default.accept_dad=0
275 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.all.accept_dad=0
276 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.default.accept_dad=0
Dsrv6_end_dt46_l3vpn_test.sh269 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.all.accept_dad=0
270 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.default.accept_dad=0
292 ip netns exec ${hsname} sysctl -wq net.ipv6.conf.all.accept_dad=0
293 ip netns exec ${hsname} sysctl -wq net.ipv6.conf.default.accept_dad=0
307 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.all.accept_dad=0
308 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.default.accept_dad=0
Dtraceroute.sh89 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0
Dl2tp.sh100 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0
Dvrf-xfrm-tests.sh136 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0
Dfib_nexthops.sh163 ip netns exec ${n} sysctl -qw net.ipv6.conf.all.accept_dad=0
164 ip netns exec ${n} sysctl -qw net.ipv6.conf.default.accept_dad=0
Dpmtu.sh525 ip netns exec ${n} sysctl -q net/ipv6/conf/default/accept_dad=0
/Linux-v5.15/samples/bpf/
Dtest_cgrp2_tc.sh76 sysctl -q net.ipv6.conf.$HOST_IFC.accept_dad=0
81 $IP netns exec $NS sysctl -q net.ipv6.conf.$NS_IFC.accept_dad=0
/Linux-v5.15/include/linux/
Dipv6.h58 __s32 accept_dad; member
/Linux-v5.15/net/ipv6/
Daddrconf.c224 .accept_dad = 0,
283 .accept_dad = 1,
427 ndev->cnf.accept_dad = -1; in ipv6_add_dev()
3964 (net->ipv6.devconf_all->accept_dad < 1 && in addrconf_dad_begin()
3965 idev->cnf.accept_dad < 1) || in addrconf_dad_begin()
4057 if ((dev_net(idev->dev)->ipv6.devconf_all->accept_dad > 1 || in addrconf_dad_work()
4058 idev->cnf.accept_dad > 1) && in addrconf_dad_work()
5521 array[DEVCONF_ACCEPT_DAD] = cnf->accept_dad; in ipv6_store_devconf()
6825 .data = &ipv6_devconf.accept_dad,
/Linux-v5.15/Documentation/networking/
Dip-sysctl.rst2288 Disable IPv6 operation. If accept_dad is set to 2, this value
2303 accept_dad - INTEGER
2314 to the maximum value of conf/{all,interface}/accept_dad.