Home
last modified time | relevance | path

Searched refs:sctp_calculate_rto (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/netinet/
H A Dsctputil.h158 u_int32_t sctp_calculate_rto(struct sctp_tcb *, struct sctp_association *,
H A Dsctp_input.c396 net->RTO = sctp_calculate_rto(stcb, asoc, net, &asoc->time_entered); in sctp_process_init_ack()
477 r_net->RTO = sctp_calculate_rto(stcb, &stcb->asoc, r_net, &tv); in sctp_handle_heartbeat_ack()
1571 (*netp)->RTO = sctp_calculate_rto(stcb, asoc, *netp, in sctp_process_cookie_new()
2170 net->RTO = sctp_calculate_rto(stcb, asoc, net, in sctp_handle_cookie_ack()
H A Dsctp_indata.c2810 sctp_calculate_rto(stcb, in sctp_handle_segments()
3691 sctp_calculate_rto(stcb, in sctp_handle_sack()
H A Dsctputil.c1637 sctp_calculate_rto(struct sctp_tcb *stcb, in sctp_calculate_rto() function