Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/
H A Dip.h303 time_t ipf_timestamp; /* Reassembly start time. */ member
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip6.c3612 ipf->ipf_timestamp = gethrestime_sec(); in ip_input_fragment_v6()
H A Dip.c7235 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()