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

/freebsd-11-stable/sys/netgraph/
H A Dng_pipe.h45 #define MAX_OHSIZE 256 /* Largest supported dummy-framing size, in bytes */ macro
H A Dng_pipe.c398 cfg->overhead < MAX_OHSIZE)
473 malloc((MAX_FSIZE + MAX_OHSIZE) * sizeof(uint64_t),
488 for (fsize = 0; fsize < MAX_FSIZE + MAX_OHSIZE; fsize++) {

Completed in 51 milliseconds