Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H A Dseg6-sysctl.rst19 seg6_require_hmac - INTEGER
/linux/net/ipv6/
H A Dseg6_hmac.c194 require_hmac = READ_ONCE(idev->cnf.seg6_require_hmac); in seg6_hmac_validate_skb()
H A Daddrconf.c230 .seg6_require_hmac = 0,
295 .seg6_require_hmac = 0,
5707 array[DEVCONF_SEG6_REQUIRE_HMAC] = READ_ONCE(cnf->seg6_require_hmac); in ipv6_store_devconf()
7204 .data = &ipv6_devconf.seg6_require_hmac,
/linux/include/linux/
H A Dipv6.h82 __s32 seg6_require_hmac; member