Home
last modified time | relevance | path

Searched refs:ipf_timestamp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h304 time_t ipf_timestamp; /* Reassembly start time. */ member
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c3511 ipf->ipf_timestamp = gethrestime_sec(); in ip_input_fragment_v6()
H A Dip.c7268 ipf->ipf_timestamp = gethrestime_sec(); in ip_input_fragment()
H A Dip_if.c2426 time_t frag_time = current_time - ipf->ipf_timestamp; in ill_frag_timeout()