Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_pcb.c2932 if ((twait_block->vtag_block[i].v_tag == 0) && in sctp_add_vtag_to_timewait()
2934 twait_block->vtag_block[0].tv_sec_at_expire = in sctp_add_vtag_to_timewait()
2936 twait_block->vtag_block[0].v_tag = tag; in sctp_add_vtag_to_timewait()
2938 } else if ((twait_block->vtag_block[i].v_tag) && in sctp_add_vtag_to_timewait()
2939 ((long)twait_block->vtag_block[i].tv_sec_at_expire > in sctp_add_vtag_to_timewait()
2942 twait_block->vtag_block[i].tv_sec_at_expire = 0; in sctp_add_vtag_to_timewait()
2943 twait_block->vtag_block[i].v_tag = 0; in sctp_add_vtag_to_timewait()
2946 twait_block->vtag_block[0].tv_sec_at_expire = now.tv_sec + SCTP_TIME_WAIT; in sctp_add_vtag_to_timewait()
2947 twait_block->vtag_block[0].v_tag = tag; in sctp_add_vtag_to_timewait()
2969 twait_block->vtag_block[0].tv_sec_at_expire = now.tv_sec + in sctp_add_vtag_to_timewait()
[all …]
H A Dsctp_pcb.h116 struct sctp_timewait vtag_block[SCTP_NUMBER_IN_VTAG_BLOCK]; member