Home
last modified time | relevance | path

Searched refs:tv_sec_at_expire (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_pcb.h136 uint32_t tv_sec_at_expire; /* the seconds from boot to expire */ member
H A Dsctp_pcb.c4516 twait_block->vtag_block[i].tv_sec_at_expire = 0; in sctp_delete_from_timewait()
4575 twait_block->vtag_block[i].tv_sec_at_expire = in sctp_add_vtag_to_timewait()
4582 ((long)twait_block->vtag_block[i].tv_sec_at_expire < now.tv_sec)) { in sctp_add_vtag_to_timewait()
4584 twait_block->vtag_block[i].tv_sec_at_expire = 0; in sctp_add_vtag_to_timewait()
4590 twait_block->vtag_block[i].tv_sec_at_expire = now.tv_sec + time; in sctp_add_vtag_to_timewait()
4615 twait_block->vtag_block[0].tv_sec_at_expire = now.tv_sec + time; in sctp_add_vtag_to_timewait()
6747 } else if ((long)twait_block->vtag_block[i].tv_sec_at_expire < in sctp_is_vtag_good()
6750 twait_block->vtag_block[i].tv_sec_at_expire = 0; in sctp_is_vtag_good()