Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_timer.c1540 if (asoc->time_last_rcvd.tv_sec > in sctp_autoclose_timer()
1542 tim_touse = &asoc->time_last_rcvd; in sctp_autoclose_timer()
H A Dsctp_structs.h790 struct timeval time_last_rcvd; member
H A Dsctp_indata.c2917 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_last_rcvd); in sctp_process_data()