Searched refs:fr_max (Results 1 – 1 of 1) sorted by relevance
122 u_int16_t fr_max; /* fragment data max */ member512 u_int16_t fr_max = ip_len + off; in pf_reassemble() local594 (*frag)->fr_max = 0; in pf_reassemble()684 if ((*frag)->fr_max < fr_max) { in pf_reassemble()685 (*frag)->fr_max = fr_max; in pf_reassemble()709 if (off < (*frag)->fr_max && in pf_reassemble()713 (*frag)->fr_max)); in pf_reassemble()717 DPFPRINTF(("%d < %d?\n", off, (*frag)->fr_max)); in pf_reassemble()718 if (off < (*frag)->fr_max) { in pf_reassemble()809 u_int16_t fr_max = ip_len + off; in pf_fragcache() local[all …]