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

/freebsd-13-stable/sys/netgraph/
H A Dng_pred1.c57 #define PRED1_BUF_SIZE 4096 macro
75 u_char inbuf[PRED1_BUF_SIZE]; /* input buffer */
76 u_char outbuf[PRED1_BUF_SIZE]; /* output buffer */
399 if (inlen > (PRED1_BUF_SIZE*8/9 + 1 + 4)) {
477 if (inlen > PRED1_BUF_SIZE) {
506 inlen - 4, PRED1_BUF_SIZE);

Completed in 108 milliseconds