Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c3552 ipf->ipf_end = end; in ip_input_fragment_v6()
3562 ipf->ipf_end = 0; in ip_input_fragment_v6()
3619 if (offset && ipf->ipf_end == offset) { in ip_input_fragment_v6()
3630 ipf->ipf_end = end; in ip_input_fragment_v6()
H A Dip.c6721 if (ipf->ipf_end) { in ip_reassemble()
6741 ipf->ipf_end = 0; in ip_reassemble()
7305 ipf->ipf_end = end; in ip_input_fragment()
7314 ipf->ipf_end = 0; in ip_input_fragment()
7371 if (offset && ipf->ipf_end == offset) { in ip_input_fragment()
7382 ipf->ipf_end = end; in ip_input_fragment()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h308 int ipf_end; /* Tail end offset (0 -> hard-case). */ member