Searched refs:fr_max (Results 1 – 1 of 1) sorted by relevance
123 u_int16_t fr_max; /* fragment data max */ member513 u_int16_t fr_max = ip_len + off; in pf_reassemble() local595 (*frag)->fr_max = 0; in pf_reassemble()685 if ((*frag)->fr_max < fr_max) { in pf_reassemble()686 (*frag)->fr_max = fr_max; in pf_reassemble()710 if (off < (*frag)->fr_max && in pf_reassemble()714 (*frag)->fr_max)); in pf_reassemble()718 DPFPRINTF(("%d < %d?\n", off, (*frag)->fr_max)); in pf_reassemble()719 if (off < (*frag)->fr_max) { in pf_reassemble()811 u_int16_t fr_max = ip_len + off; in pf_fragcache() local[all …]