Home
last modified time | relevance | path

Searched refs:SEG6_HMAC_SECRET_LEN (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/uapi/linux/
Dseg6_hmac.h8 #define SEG6_HMAC_SECRET_LEN 64 macro
/linux-6.12.1/include/net/
Dseg6_hmac.h30 char secret[SEG6_HMAC_SECRET_LEN];
/linux-6.12.1/net/ipv6/
Dseg6.c175 if (slen > SEG6_HMAC_SECRET_LEN) in seg6_genl_sethmac()