Home
last modified time | relevance | path

Searched refs:MAX_OHSIZE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_pipe.h47 #define MAX_OHSIZE 256 /* Largest supported dummy-framing size, in bytes */ macro
H A Dng_pipe.c398 cfg->overhead < MAX_OHSIZE) in ngp_rcvmsg()
473 malloc((MAX_FSIZE + MAX_OHSIZE) * sizeof(uint64_t), in parse_cfg()
488 for (fsize = 0; fsize < MAX_FSIZE + MAX_OHSIZE; fsize++) { in parse_cfg()
/f-stack/tools/compat/include/netgraph/
H A Dng_pipe.h45 #define MAX_OHSIZE 256 /* Largest supported dummy-framing size, in bytes */ macro