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

  /src/sys/netinet/
sctp_structs.h 158 struct sctp_timer rxt_timer; member in struct:sctp_nets
sctputil.c 1111 tmr = &net->rxt_timer;
1128 tmr = &net->rxt_timer;
1157 tmr = &net->rxt_timer;
1258 tmr = &net->rxt_timer;
1301 tmr = &net->rxt_timer;
1416 tmr = &net->rxt_timer;
1422 tmr = &net->rxt_timer;
1434 tmr = &net->rxt_timer;
1446 tmr = &net->rxt_timer;
1477 tmr = &net->rxt_timer;
    [all...]
sctp_pcb.c 2498 callout_init(&net->rxt_timer.timer, 0);
2843 callout_stop(&net->rxt_timer.timer);
2845 callout_destroy(&net->rxt_timer.timer);
3055 callout_stop(&net->rxt_timer.timer);
3057 callout_destroy(&net->rxt_timer.timer);
sctp_output.c 2608 if (callout_pending(&net->rxt_timer.timer)) {
5767 if (!callout_pending(&net->rxt_timer.timer)) {
5827 if (bundle_at && (!callout_pending(&net->rxt_timer.timer))) {
6725 if (!callout_pending(&net->rxt_timer.timer)) {
6852 if (callout_pending(&net->rxt_timer.timer)) {

Completed in 22 milliseconds