Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_pcb.c2922 struct sctp_tagblock *twait_block; in sctp_add_vtag_to_timewait() local
2930 LIST_FOREACH(twait_block, chain, sctp_nxt_tagblock) { in sctp_add_vtag_to_timewait()
2932 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()
[all …]