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

/freebsd-10.1-release/sys/netinet/
H A Dsctp_timer.c806 struct sctp_nets *lnet; local
808 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) {
809 if (net == lnet) {
810 sctp_log_cwnd(stcb, lnet, 1, SCTP_CWND_LOG_FROM_T3);
812 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_LOG_FROM_T3);
H A Dsctp_cc_functions.c1003 struct sctp_nets *lnet; local
1007 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) {
1008 t_ssthresh += lnet->ssthresh;
1009 t_cwnd += lnet->cwnd;
1010 srtt = lnet->lastsa;
1013 t_ucwnd_sbw += (uint64_t) lnet->cwnd / (uint64_t) srtt;
H A Dsctputil.c575 struct sctp_nets *lnet; local
664 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) {
665 tot_out += lnet->flight_size;
678 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) {
682 if ((chk->whoTo == lnet) &&
687 if (lnet->flight_size != tot_out) {
689 (void *)lnet, lnet->flight_size,
691 lnet->flight_size = tot_out;
H A Dsctp_input.c287 struct sctp_nets *lnet; local
300 TAILQ_FOREACH(lnet, &asoc->nets, sctp_next) {
301 lnet->ssthresh = asoc->peers_rwnd;
303 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_INITIALIZATION);
H A Dsctp_pcb.c4428 struct sctp_nets *lnet; local
4430 lnet = TAILQ_FIRST(&asoc->nets);
4456 asoc->primary_destination = sctp_find_alternate_net(stcb, lnet, 0);
H A Dsctp_output.c5717 struct sctp_nets *lnet; local
5727 TAILQ_FOREACH(lnet, &asoc->nets, sctp_next) {
5728 if (lnet->ro._l_addr.sin6.sin6_family == AF_INET6) {
5729 if (IN6_IS_ADDR_LINKLOCAL(&lnet->ro._l_addr.sin6.sin6_addr)) {
/freebsd-10.1-release/contrib/tcp_wrappers/
H A DMakefile327 LIBS=-lnet RANLIB=echo ARFLAGS=rv \
436 #LIBS = -lnet # Unicos 7
/freebsd-10.1-release/contrib/telnet/telnet/
H A Dcommands.c2127 setpolicy(int lnet, struct addrinfo *res, char *policy)
2143 if (setsockopt(lnet, level, optname, buf, ipsec_get_policylen(buf)) < 0){
2119 setpolicy(int lnet, struct addrinfo *res, char *policy) argument

Completed in 283 milliseconds