Searched refs:NLM_MAXCOOKIELEN (Results 1 – 8 of 8) sorted by relevance
26 #define NLM_MAXCOOKIELEN 32 macro55 unsigned char data[NLM_MAXCOOKIELEN];
58 else if(len<=NLM_MAXCOOKIELEN) in nlm_decode_cookie()68 len, NLM_MAXCOOKIELEN); in nlm_decode_cookie()
58 else if(len<=NLM_MAXCOOKIELEN) in nlm4_decode_cookie()68 len, NLM_MAXCOOKIELEN); in nlm4_decode_cookie()
35 #define NLM4_cookie_sz (1+(NLM_MAXCOOKIELEN>>2))152 if (length > NLM_MAXCOOKIELEN) in decode_cookie()
31 #define NLM_cookie_sz (1+(NLM_MAXCOOKIELEN>>2))149 if (length > NLM_MAXCOOKIELEN) in decode_cookie()
544 #define Ck (1+XDR_QUADLEN(NLM_MAXCOOKIELEN)) /* cookie */
502 #define Ck (1+XDR_QUADLEN(NLM_MAXCOOKIELEN)) /* cookie */
64 static char buf[2*NLM_MAXCOOKIELEN+1]; in nlmdbg_cookie2a()