Searched refs:lnet (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_timer.c | 827 struct sctp_nets *lnet; in sctp_t3rxt_timer() local 829 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) { in sctp_t3rxt_timer() 830 if (net == lnet) { in sctp_t3rxt_timer() 831 sctp_log_cwnd(stcb, lnet, 1, SCTP_CWND_LOG_FROM_T3); in sctp_t3rxt_timer() 833 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_LOG_FROM_T3); in sctp_t3rxt_timer()
|
| H A D | sctp_cc_functions.c | 1023 struct sctp_nets *lnet; in sctp_cwnd_update_after_timeout() local 1027 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) { in sctp_cwnd_update_after_timeout() 1028 t_ssthresh += lnet->ssthresh; in sctp_cwnd_update_after_timeout() 1029 t_cwnd += lnet->cwnd; in sctp_cwnd_update_after_timeout() 1030 srtt = lnet->lastsa; in sctp_cwnd_update_after_timeout() 1033 t_ucwnd_sbw += (uint64_t)lnet->cwnd / (uint64_t)srtt; in sctp_cwnd_update_after_timeout()
|
| H A D | sctputil.c | 635 struct sctp_nets *lnet; in sctp_auditing() local 724 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) { in sctp_auditing() 725 tot_out += lnet->flight_size; in sctp_auditing() 738 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) { in sctp_auditing() 741 if ((chk->whoTo == lnet) && in sctp_auditing() 746 if (lnet->flight_size != tot_out) { in sctp_auditing() 748 (void *)lnet, lnet->flight_size, in sctp_auditing() 750 lnet->flight_size = tot_out; in sctp_auditing()
|
| H A D | sctp_input.c | 285 struct sctp_nets *lnet; in sctp_process_init() local 298 TAILQ_FOREACH(lnet, &asoc->nets, sctp_next) { in sctp_process_init() 299 lnet->ssthresh = asoc->peers_rwnd; in sctp_process_init() 301 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_INITIALIZATION); in sctp_process_init()
|
| H A D | sctp_pcb.c | 4408 struct sctp_nets *lnet; in sctp_remove_net() local 4410 lnet = TAILQ_FIRST(&asoc->nets); in sctp_remove_net() 4436 asoc->primary_destination = sctp_find_alternate_net(stcb, lnet, 0); in sctp_remove_net()
|
| H A D | sctp_output.c | 5705 struct sctp_nets *lnet; in sctp_send_initiate_ack() local 5714 TAILQ_FOREACH(lnet, &asoc->nets, sctp_next) { in sctp_send_initiate_ack() 5715 if (lnet->ro._l_addr.sin6.sin6_family == AF_INET6) { in sctp_send_initiate_ack() 5716 if (IN6_IS_ADDR_LINKLOCAL(&lnet->ro._l_addr.sin6.sin6_addr)) { in sctp_send_initiate_ack()
|