Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dseg6_hmac.c253 if (idev->cnf.seg6_require_hmac > 0 && !tlv) in seg6_hmac_validate_skb()
257 if (idev->cnf.seg6_require_hmac < 0) in seg6_hmac_validate_skb()
261 if (idev->cnf.seg6_require_hmac == 0 && !tlv) in seg6_hmac_validate_skb()
H A Daddrconf.c236 .seg6_require_hmac = 0,
292 .seg6_require_hmac = 0,
5579 array[DEVCONF_SEG6_REQUIRE_HMAC] = cnf->seg6_require_hmac; in ipv6_store_devconf()
6930 .data = &ipv6_devconf.seg6_require_hmac,
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dseg6-sysctl.rst19 seg6_require_hmac - INTEGER
/OK3568_Linux_fs/kernel/include/linux/
H A Dipv6.h73 __s32 seg6_require_hmac; member