HomeSort by: relevance | last modified time | path
    Searched refs:hb_timer (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
sctp_structs.h 301 struct sctp_timer hb_timer; /* hb timer */ member in struct:sctp_association
sctp_pcb.c 2806 callout_init(&asoc->hb_timer.timer, 0);
3042 callout_stop(&asoc->hb_timer.timer);
3043 callout_destroy(&asoc->hb_timer.timer);
sctputil.c 1241 tmr = &stcb->asoc.hb_timer;
1440 tmr = &stcb->asoc.hb_timer;

Completed in 18 milliseconds