Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_pipe.h46 #define MAX_FSIZE 65536 /* Largest supported frame size, in bytes, for BER */ macro
H A Dng_pipe.c473 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.h44 #define MAX_FSIZE 16384 /* Largest supported frame size, in bytes, for BER */ macro