Searched refs:PRED1_BUF_SIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/netgraph/
H A Dng_pred1.c55 #define PRED1_BUF_SIZE 4096 macro
73 u_char inbuf[PRED1_BUF_SIZE]; /* input buffer */
74 u_char outbuf[PRED1_BUF_SIZE]; /* output buffer */
397 if (inlen > (PRED1_BUF_SIZE*8/9 + 1 + 4)) {
475 if (inlen > PRED1_BUF_SIZE) {
504 inlen - 4, PRED1_BUF_SIZE);

Completed in 37 milliseconds