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

  /src/sys/netinet/
sctputil.h 158 u_int32_t sctp_calculate_rto(struct sctp_tcb *, struct sctp_association *,
sctp_input.c 396 net->RTO = sctp_calculate_rto(stcb, asoc, net, &asoc->time_entered);
477 r_net->RTO = sctp_calculate_rto(stcb, &stcb->asoc, r_net, &tv);
1571 (*netp)->RTO = sctp_calculate_rto(stcb, asoc, *netp,
2170 net->RTO = sctp_calculate_rto(stcb, asoc, net,
sctp_indata.c 2810 sctp_calculate_rto(stcb,
3691 sctp_calculate_rto(stcb,
sctputil.c 1637 sctp_calculate_rto(struct sctp_tcb *stcb, function in typeref:typename:u_int32_t

Completed in 19 milliseconds