Searched refs:toklen (Results 1 – 2 of 2) sorted by relevance
| /linux/net/rxrpc/ |
| H A D | key.c | 54 const __be32 *xdr, unsigned int toklen) in rxrpc_preparse_xdr_rxkad() argument 63 toklen); in rxrpc_preparse_xdr_rxkad() 65 if (toklen <= 8 * 4) in rxrpc_preparse_xdr_rxkad() 71 if (toklen < 8 * 4 + tktlen) in rxrpc_preparse_xdr_rxkad() 167 const __be32 *xdr, unsigned int toklen) in rxrpc_preparse_xdr() 178 toklen); in rxrpc_preparse_xdr() 180 if (6 * 2 + 2 > toklen / 4) in rxrpc_preparse_xdr() 187 if ((6 * 2 + 2) * 4 + keylen > toklen) in rxrpc_preparse_xdr() 194 if ((6 * 2 + 2) * 4 + keylen + tktlen != toklen) { in rxrpc_preparse_xdr() 196 (6 * 2 + 2) * 4 + keylen + tktlen, toklen, in rxrpc_preparse_xdr() 140 unsigned int len, paddedlen, loop, ntoken, toklen, sec_ix; rxrpc_preparse_xdr() local [all...] |
| /linux/tools/perf/ |
| H A D | builtin-trace.c | 654 int toklen = size; in strarray__strtoul_flags() local 664 toklen = end - tok + 1; in strarray__strtoul_flags() 671 if (!strarray__strtoul(sa, tok, toklen, &val)) in strarray__strtoul_flags()
|