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

  /src/sys/netinet/
sctp_structs.h 132 struct sctp_timer pmtu_timer; member in struct:sctp_nets
sctp_pcb.c 2499 callout_init(&net->pmtu_timer.timer, 0);
2844 callout_stop(&net->pmtu_timer.timer);
2846 callout_destroy(&net->pmtu_timer.timer);
3056 callout_stop(&net->pmtu_timer.timer);
3058 callout_destroy(&net->pmtu_timer.timer);
sctputil.c 1289 tmr = &net->pmtu_timer;
1471 tmr = &net->pmtu_timer;

Completed in 16 milliseconds