Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/include/linux/
Dipv6.h57 __s32 accept_dad; member
/Linux-v4.19/net/ipv6/
Daddrconf.c226 .accept_dad = 0,
280 .accept_dad = 1,
419 ndev->cnf.accept_dad = -1; in ipv6_add_dev()
3890 (net->ipv6.devconf_all->accept_dad < 1 && in addrconf_dad_begin()
3891 idev->cnf.accept_dad < 1) || in addrconf_dad_begin()
3983 if ((dev_net(idev->dev)->ipv6.devconf_all->accept_dad > 1 || in addrconf_dad_work()
3984 idev->cnf.accept_dad > 1) && in addrconf_dad_work()
5183 array[DEVCONF_ACCEPT_DAD] = cnf->accept_dad; in ipv6_store_devconf()
6397 .data = &ipv6_devconf.accept_dad,
/Linux-v4.19/Documentation/networking/
Dip-sysctl.txt1734 Disable IPv6 operation. If accept_dad is set to 2, this value
1748 accept_dad - INTEGER
1756 to the maximum value of conf/{all,interface}/accept_dad.