Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dseg6_hmac.h8 #define SEG6_HMAC_SECRET_LEN 64 macro
/Linux-v4.19/include/net/
Dseg6_hmac.h35 char secret[SEG6_HMAC_SECRET_LEN];
/Linux-v4.19/net/ipv6/
Dseg6.c113 if (slen > SEG6_HMAC_SECRET_LEN) in seg6_genl_sethmac()