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

  /src/sys/netinet/
sctp_structs.h 303 struct sctp_timer asconf_timer; /* Asconf */ member in struct:sctp_association
sctp_pcb.c 2808 callout_init(&asoc->asconf_timer.timer, 0);
3046 callout_stop(&asoc->asconf_timer.timer);
3047 callout_destroy(&asoc->asconf_timer.timer);
sctputil.c 1343 tmr = &stcb->asoc.asconf_timer;
1495 tmr = &stcb->asoc.asconf_timer;

Completed in 17 milliseconds