Searched refs:cookie_life (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/netinet/
H A Dsctp_header.h192 uint32_t cookie_life; /* life I will award this cookie */ member in struct:sctp_state_cookie
H A Dsctp_structs.h1073 unsigned int cookie_life; member in struct:sctp_association
H A Dsctp_output.c5620 stc.cookie_life = asoc->cookie_life;
5626 stc.cookie_life = inp->sctp_ep.def_cookie_life;
5635 * stc.cookie_life. For now we should NOT honor any extension
H A Dsctp_usrreq.c2757 sasoc->sasoc_cookie_life = TICKS_TO_MSEC(stcb->asoc.cookie_life);
5751 stcb->asoc.cookie_life = MSEC_TO_TICKS(sasoc->sasoc_cookie_life);
H A Dsctp_input.c2609 time_expires.tv_sec = cookie->time_entered.tv_sec + TICKS_TO_SEC(cookie->cookie_life);
H A Dsctputil.c1066 asoc->cookie_life = inp->sctp_ep.def_cookie_life;

Completed in 189 milliseconds