HomeSort by: relevance | last modified time | path
    Searched defs:fr_max (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dist/pf/net/
pf_norm.c 100 u_int16_t fr_max; /* fragment data max */ member in struct:pf_fragment
387 (*frag)->fr_max = 0;
462 if ((*frag)->fr_max < frmax)
463 (*frag)->fr_max = frmax;
483 if (off < (*frag)->fr_max &&
488 (*frag)->fr_max));
492 DPFPRINTF(("%d < %d?\n", off, (*frag)->fr_max));
493 if (off < (*frag)->fr_max)
592 (*frag)->fr_max = 0;
807 if ((*frag)->fr_max < frmax
    [all...]
pf_norm.c 100 u_int16_t fr_max; /* fragment data max */ member in struct:pf_fragment
387 (*frag)->fr_max = 0;
462 if ((*frag)->fr_max < frmax)
463 (*frag)->fr_max = frmax;
483 if (off < (*frag)->fr_max &&
488 (*frag)->fr_max));
492 DPFPRINTF(("%d < %d?\n", off, (*frag)->fr_max));
493 if (off < (*frag)->fr_max)
592 (*frag)->fr_max = 0;
807 if ((*frag)->fr_max < frmax
    [all...]
pf_norm.c 100 u_int16_t fr_max; /* fragment data max */ member in struct:pf_fragment
387 (*frag)->fr_max = 0;
462 if ((*frag)->fr_max < frmax)
463 (*frag)->fr_max = frmax;
483 if (off < (*frag)->fr_max &&
488 (*frag)->fr_max));
492 DPFPRINTF(("%d < %d?\n", off, (*frag)->fr_max));
493 if (off < (*frag)->fr_max)
592 (*frag)->fr_max = 0;
807 if ((*frag)->fr_max < frmax
    [all...]

Completed in 90 milliseconds