Home
last modified time | relevance | path

Searched refs:lnet (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/sys/netinet/
Dsctp_timer.c818 struct sctp_nets *lnet; in sctp_t3rxt_timer() local
820 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) { in sctp_t3rxt_timer()
821 if (net == lnet) { in sctp_t3rxt_timer()
822 sctp_log_cwnd(stcb, lnet, 1, SCTP_CWND_LOG_FROM_T3); in sctp_t3rxt_timer()
824 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_LOG_FROM_T3); in sctp_t3rxt_timer()
Dsctp_cc_functions.c1027 struct sctp_nets *lnet; in sctp_cwnd_update_after_timeout() local
1031 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) { in sctp_cwnd_update_after_timeout()
1032 t_ssthresh += lnet->ssthresh; in sctp_cwnd_update_after_timeout()
1033 t_cwnd += lnet->cwnd; in sctp_cwnd_update_after_timeout()
1034 srtt = lnet->lastsa; in sctp_cwnd_update_after_timeout()
1037 t_ucwnd_sbw += (uint64_t)lnet->cwnd / (uint64_t)srtt; in sctp_cwnd_update_after_timeout()
Dsctputil.c635 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()
742 if ((chk->whoTo == lnet) && in sctp_auditing()
747 if (lnet->flight_size != tot_out) { in sctp_auditing()
749 (void *)lnet, lnet->flight_size, in sctp_auditing()
751 lnet->flight_size = tot_out; in sctp_auditing()
Dsctp_input.c285 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()
Dsctp_pcb.c4458 struct sctp_nets *lnet; in sctp_remove_net() local
4460 lnet = TAILQ_FIRST(&asoc->nets); in sctp_remove_net()
4486 asoc->primary_destination = sctp_find_alternate_net(stcb, lnet, 0); in sctp_remove_net()
Dsctp_output.c5701 struct sctp_nets *lnet; in sctp_send_initiate_ack() local
5710 TAILQ_FOREACH(lnet, &asoc->nets, sctp_next) { in sctp_send_initiate_ack()
5711 if (lnet->ro._l_addr.sin6.sin6_family == AF_INET6) { in sctp_send_initiate_ack()
5712 if (IN6_IS_ADDR_LINKLOCAL(&lnet->ro._l_addr.sin6.sin6_addr)) { in sctp_send_initiate_ack()
/freebsd-12-stable/contrib/tcp_wrappers/
DMakefile327 LIBS=-lnet RANLIB=echo ARFLAGS=rv \
/freebsd-12-stable/contrib/telnet/telnet/
Dcommands.c2117 setpolicy(int lnet, struct addrinfo *res, char *policy) in setpolicy() argument
2133 if (setsockopt(lnet, level, optname, buf, ipsec_get_policylen(buf)) < 0){ in setpolicy()
/freebsd-12-stable/contrib/tcsh/
DPorted680 LIBES : -lcurses -lnet
/freebsd-12-stable/contrib/sqlite3/tea/tclconfig/
Dtcl.m41343 # -lsocket, even if the network functions are in -lnet which