Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctputil.h123 sctp_timeout_handler(void *);
H A Dsctputil.c1718 sctp_timeout_handler(void *t) in sctp_timeout_handler() function
2558 if (SCTP_OS_TIMER_START(&tmr->timer, to_ticks, sctp_timeout_handler, tmr) == 0) { in sctp_timer_start()