Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/bpf/
H A 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
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_lwt_ip_encap.sh124 ip netns exec ${NS1} sysctl -wq net.ipv6.conf.all.accept_dad=0
125 ip netns exec ${NS2} sysctl -wq net.ipv6.conf.all.accept_dad=0
126 ip netns exec ${NS3} sysctl -wq net.ipv6.conf.all.accept_dad=0
127 ip netns exec ${NS1} sysctl -wq net.ipv6.conf.default.accept_dad=0
128 ip netns exec ${NS2} sysctl -wq net.ipv6.conf.default.accept_dad=0
129 ip netns exec ${NS3} sysctl -wq net.ipv6.conf.default.accept_dad=0
/OK3568_Linux_fs/kernel/include/linux/
H A Dipv6.h59 __s32 accept_dad; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtraceroute.sh89 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0
H A Dfib_nexthops.sh134 ip netns exec ${n} sysctl -qw net.ipv6.conf.all.accept_dad=0
135 ip netns exec ${n} sysctl -qw net.ipv6.conf.default.accept_dad=0
H A Dl2tp.sh100 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0
H A Dvrf-xfrm-tests.sh136 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0
H A Dpmtu.sh505 ip netns exec ${n} sysctl -q net/ipv6/conf/default/accept_dad=0
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daddrconf.c225 .accept_dad = 0,
281 .accept_dad = 1,
421 ndev->cnf.accept_dad = -1; in ipv6_add_dev()
4008 (net->ipv6.devconf_all->accept_dad < 1 && in addrconf_dad_begin()
4009 idev->cnf.accept_dad < 1) || in addrconf_dad_begin()
4101 if ((dev_net(idev->dev)->ipv6.devconf_all->accept_dad > 1 || in addrconf_dad_work()
4102 idev->cnf.accept_dad > 1) && in addrconf_dad_work()
5565 array[DEVCONF_ACCEPT_DAD] = cnf->accept_dad; in ipv6_store_devconf()
6837 .data = &ipv6_devconf.accept_dad,
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dip-sysctl.rst2122 Disable IPv6 operation. If accept_dad is set to 2, this value
2137 accept_dad - INTEGER
2148 to the maximum value of conf/{all,interface}/accept_dad.