Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/
H A Dioam6-sysctl.rst11 ioam6_enabled - BOOL
/linux-6.15/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-6.15/include/linux/
H A Dipv6.h89 __u8 ioam6_enabled; member
/linux-6.15/net/ipv6/
H A Dexthdrs.c916 if (!READ_ONCE(__in6_dev_get(skb->dev)->cnf.ioam6_enabled)) in ipv6_hop_ioam()
H A Daddrconf.c236 .ioam6_enabled = 0,
300 .ioam6_enabled = 0,
5714 array[DEVCONF_IOAM6_ENABLED] = READ_ONCE(cnf->ioam6_enabled); in ipv6_store_devconf()
7179 .data = &ipv6_devconf.ioam6_enabled,