Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dseg6_hmac.c252 if (idev->cnf.seg6_require_hmac > 0 && !tlv) in seg6_hmac_validate_skb()
256 if (idev->cnf.seg6_require_hmac < 0) in seg6_hmac_validate_skb()
260 if (idev->cnf.seg6_require_hmac == 0 && !tlv) in seg6_hmac_validate_skb()
H A Daddrconf.c229 .seg6_require_hmac = 0,
290 .seg6_require_hmac = 0,
5664 array[DEVCONF_SEG6_REQUIRE_HMAC] = cnf->seg6_require_hmac; in ipv6_store_devconf()
7054 .data = &ipv6_devconf.seg6_require_hmac,
/openbmc/linux/Documentation/networking/
H A Dseg6-sysctl.rst19 seg6_require_hmac - INTEGER
/openbmc/linux/include/linux/
H A Dipv6.h74 __s32 seg6_require_hmac; member