Searched refs:rto_pending (Results 1 - 5 of 5) sorted by relevance

/src/sys/netinet/
H A Dsctp_structs.h193 u_int8_t rto_pending; /* is segment marked for RTO update ** if we split?*/ member in struct:sctp_nets
H A Dsctp_timer.c418 net->rto_pending = 0;
H A Dsctp_indata.c2814 tp1->whoTo->rto_pending = 0;
3149 tp1->whoTo->rto_pending = 0;
3694 tp1->whoTo->rto_pending = 0;
H A Dsctp_input.c2445 tp1->whoTo->rto_pending = 0;
H A Dsctp_output.c5946 if (!net->rto_pending) {
5948 net->rto_pending = 1;

Completed in 24 milliseconds