Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H A Dioam6-sysctl.rst11 ioam6_enabled - BOOL
/linux/tools/testing/selftests/net/
H A Dioam6.sh319 sysctl -wq net.ipv6.conf.veth0.ioam6_enabled=1 &>/dev/null
437 sysctl -wq net.ipv6.conf.veth0.ioam6_enabled=0 &>/dev/null
462 sysctl -wq net.ipv6.conf.veth0.ioam6_enabled=1 &>/dev/null
602 sysctl net.ipv6.conf.veth0.ioam6_enabled 2>/dev/null | grep -wq 1
1419 sysctl -wq net.ipv6.conf.veth0.ioam6_enabled=0 &>/dev/null
1437 sysctl -wq net.ipv6.conf.veth0.ioam6_enabled=1 &>/dev/null
/linux/include/linux/
H A Dipv6.h90 __u8 ioam6_enabled; member
/linux/net/ipv6/
H A Daddrconf.c237 .ioam6_enabled = 0,
302 .ioam6_enabled = 0,
5747 array[DEVCONF_IOAM6_ENABLED] = READ_ONCE(cnf->ioam6_enabled); in ipv6_store_devconf()
7276 .data = &ipv6_devconf.ioam6_enabled,