Searched refs:lnet (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dsctp_timer.c816 struct sctp_nets *lnet; local
818 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) {
819 if (net == lnet) {
820 sctp_log_cwnd(stcb, lnet, 1, SCTP_CWND_LOG_FROM_T3);
822 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_LOG_FROM_T3);
H A Dsctp_cc_functions.c1027 struct sctp_nets *lnet; local
1031 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) {
1032 t_ssthresh += lnet->ssthresh;
1033 t_cwnd += lnet->cwnd;
1034 srtt = lnet->lastsa;
1037 t_ucwnd_sbw += (uint64_t)lnet->cwnd / (uint64_t)srtt;
H A Dsctputil.c635 struct sctp_nets *lnet; local
724 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) {
725 tot_out += lnet->flight_size;
738 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) {
742 if ((chk->whoTo == lnet) &&
747 if (lnet->flight_size != tot_out) {
749 (void *)lnet, lnet->flight_size,
751 lnet->flight_size = tot_out;
H A Dsctp_input.c285 struct sctp_nets *lnet; local
298 TAILQ_FOREACH(lnet, &asoc->nets, sctp_next) {
299 lnet->ssthresh = asoc->peers_rwnd;
301 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_INITIALIZATION);
H A Dsctp_pcb.c4458 struct sctp_nets *lnet; local
4460 lnet = TAILQ_FIRST(&asoc->nets);
4486 asoc->primary_destination = sctp_find_alternate_net(stcb, lnet, 0);
H A Dsctp_output.c5701 struct sctp_nets *lnet; local
5710 TAILQ_FOREACH(lnet, &asoc->nets, sctp_next) {
5711 if (lnet->ro._l_addr.sin6.sin6_family == AF_INET6) {
5712 if (IN6_IS_ADDR_LINKLOCAL(&lnet->ro._l_addr.sin6.sin6_addr)) {
/freebsd-12-stable/contrib/tcp_wrappers/
H A DMakefile327 LIBS=-lnet RANLIB=echo ARFLAGS=rv \
436 #LIBS = -lnet # Unicos 7
/freebsd-12-stable/contrib/telnet/telnet/
H A Dcommands.c2125 setpolicy(int lnet, struct addrinfo *res, char *policy)
2141 if (setsockopt(lnet, level, optname, buf, ipsec_get_policylen(buf)) < 0){
2117 setpolicy(int lnet, struct addrinfo *res, char *policy) argument

Completed in 284 milliseconds