Searched refs:SEC_TO_TICKS (Results 1 – 2 of 2) sorted by relevance
456 #define SEC_TO_TICKS(x) ((x) * hz) macro
1440 m->sctp_timeoutticks[SCTP_TIMER_SEND] = SEC_TO_TICKS(SCTP_SEND_SEC); /* needed ? */ in sctp_inpcb_alloc()1441 m->sctp_timeoutticks[SCTP_TIMER_INIT] = SEC_TO_TICKS(SCTP_INIT_SEC); /* needed ? */ in sctp_inpcb_alloc()1444 m->sctp_timeoutticks[SCTP_TIMER_PMTU] = SEC_TO_TICKS(sctp_pmtu_raise_time_default); in sctp_inpcb_alloc()1445 … m->sctp_timeoutticks[SCTP_TIMER_MAXSHUTDOWN] = SEC_TO_TICKS(sctp_shutdown_guard_time_default); in sctp_inpcb_alloc()1446 m->sctp_timeoutticks[SCTP_TIMER_SIGNATURE] = SEC_TO_TICKS(sctp_secret_lifetime_default); in sctp_inpcb_alloc()