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

/freebsd-10.3-release/sys/netgraph/
H A Dng_parse.c1382 const int workSize = 20 * 1024; /* XXX hard coded constant */ local
1388 workBuf = malloc(workSize, M_NETGRAPH_PARSE, M_NOWAIT);
1409 if (sizeof(*hdr) + *off < workSize) {
1410 int tempsize = workSize - sizeof(*hdr) - *off;

Completed in 100 milliseconds