Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp_constants.h594 #define SEC_TO_TICKS(x) ((x) * hz) macro
HDsctp_pcb.c2592 m->sctp_timeoutticks[SCTP_TIMER_SEND] = SEC_TO_TICKS(SCTP_SEND_SEC); /* needed ? */ in sctp_inpcb_alloc()
2593 m->sctp_timeoutticks[SCTP_TIMER_INIT] = SEC_TO_TICKS(SCTP_INIT_SEC); /* needed ? */ in sctp_inpcb_alloc()
2596 …m->sctp_timeoutticks[SCTP_TIMER_PMTU] = SEC_TO_TICKS(SCTP_BASE_SYSCTL(sctp_pmtu_raise_time_default… in sctp_inpcb_alloc()
2597 …m->sctp_timeoutticks[SCTP_TIMER_MAXSHUTDOWN] = SEC_TO_TICKS(SCTP_BASE_SYSCTL(sctp_shutdown_guard_t… in sctp_inpcb_alloc()
2598 …m->sctp_timeoutticks[SCTP_TIMER_SIGNATURE] = SEC_TO_TICKS(SCTP_BASE_SYSCTL(sctp_secret_lifetime_de… in sctp_inpcb_alloc()
HDsctp_timer.c1535 ticks_gone_by = SEC_TO_TICKS(tn.tv_sec - tim_touse->tv_sec); in sctp_autoclose_timer()
HDsctp_usrreq.c3822 inp->sctp_ep.auto_close_time = SEC_TO_TICKS(*mopt);