Searched refs:rtt (Results 1 - 25 of 38) sorted by last modified time

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1288 \item \verb|rtt NUMBER|
1592 cache <src-direct,redirect> mtu 1500 rtt 300 iif eth0
1594 cache mtu 1500 rtt 300
1705 cache used 2 age 12sec mtu 1500 rtt 300
1708 cache used 2 age 15sec mtu 1500 rtt 300
1711 cache users 1 used 1 age 23sec mtu 1500 rtt 300
1714 cache used 2 age 20sec mtu 1500 rtt 300
1717 cache used 2 age 33sec mtu 1500 rtt 300
1719 cache users 1 used 1 age 45sec mtu 1500 rtt 300
1803 cache mtu 1500 rtt 30
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diproute.c61 fprintf(stderr, " [ rtt NUMBER ] [ rttvar NUMBER ]\n");
494 "rtt",
767 } else if (strcmp(*argv, "rtt") == 0) {
768 unsigned rtt; local
774 if (get_unsigned(&rtt, *argv, 0))
775 invarg("\"rtt\" value is invalid\n", *argv);
776 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_RTT, rtt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dss.c1308 double rtt = 0; local
1353 printf(" rtt:%g/%g", (double)info->tcpi_rtt/1000,
1362 rtt = (double) info->tcpi_rtt;
1369 rtt = vinfo->tcpv_rtt;
1372 if (rtt > 0 && info->tcpi_snd_mss && info->tcpi_snd_cwnd) {
1376 / rtt));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp.c148 LOG("round trip = %d usecs", rtt);
H A Dpptp_gre.c733 int rtt = time_now_usecs() - stats.pt.time; local
734 stats.rtt = (stats.rtt + rtt) / 2;
H A Dpptp_gre.h47 int rtt; // estimated round-trip time in us member in struct:gre_stats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/aoe/
H A Daoecmd.c499 calc_rttavg(struct aoedev *d, int rtt) argument
503 n = rtt;
505 n = -rtt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Dripd.c137 int flags, refcnt, use, metric, mtu, window, rtt;
157 mask, &mtu, &window, &rtt);
134 int flags, refcnt, use, metric, mtu, window, rtt; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drtread_proc.c53 int flags, refcnt, use, metric, mtu, window, rtt; local
76 mask, &mtu, &window, &rtt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dlibiscsi.c1047 hdr->rtt = ctask->hdr->itt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtcp.h302 u32 mdev_max; /* maximal mdev for the last rtt period */
380 u32 rtt; member in struct:tcp_sock::__anon10403
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dax25.h235 unsigned long t1, t2, t3, idle, rtt; member in struct:ax25_cb
H A Dtcp.h535 __u32 when; /* used to compute rtt's */
649 u32 rtt, u32 in_flight, int good_ack);
681 u32 rtt, u32 in_flight, int flag);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Dstructs.h841 __u32 rtt; /* This is the most recent RTT. */ member in struct:sctp_transport
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Discsi_proto.h249 itt_t rtt; /* Reference Task Tag */ member in struct:iscsi_tm
279 itt_t rtt; /* Reference Task Tag */ member in struct:iscsi_tm_rsp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Daf_ax25.c385 ax25->rtt = (ax25_ctl.arg * HZ) / 2;
429 ax25->rtt = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T1]) / 2;
463 ax25->rtt = msecs_to_jiffies(AX25_DEF_T1) / 2;
558 ax25->rtt = (opt * HZ) / 2;
891 ax25->rtt = oax25->rtt;
1872 * magic dev src_addr dest_addr,digi1,digi2,.. st vs vr va t1 t1 t2 t2 t3 t3 idle idle n2 n2 rtt window paclen Snd-Q Rcv-Q inode
1897 ax25->rtt / HZ,
H A Dax25_subr.c247 ax25->t1 = t * ax25->rtt;
259 ax25->rtt = (9 * ax25->rtt + ax25->t1 - ax25_display_timer(&ax25->t1timer)) / 10;
261 if (ax25->rtt < AX25_T1CLAMPLO)
262 ax25->rtt = AX25_T1CLAMPLO;
264 if (ax25->rtt > AX25_T1CLAMPHI)
265 ax25->rtt = AX25_T1CLAMPHI;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/
H A Dccid3.c830 suseconds_t rtt, delta; local
879 rtt = delta * 4 / interval;
881 dccp_role(sk), sk, (int)rtt);
891 if (rtt == 0) { /* would result in divide-by-zero */
909 fval = scaled_div(hcrx->ccid3hcrx_s, rtt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_nsp_out.c163 * This is called each time we get an estimate for the rtt
166 static void dn_nsp_rtt(struct sock *sk, long rtt) argument
178 if (rtt < 0)
179 rtt = -rtt;
181 * Add new rtt to smoothed average
183 delta = ((rtt << 3) - srtt);
191 * Add new rtt varience to smoothed varience
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp.c2055 info->tcpi_rcv_rtt = jiffies_to_usecs(tp->rcv_rtt_est.rtt)>>3;
H A Dtcp_cong.c327 void tcp_reno_cong_avoid(struct sock *sk, u32 ack, u32 rtt, u32 in_flight, argument
H A Dtcp_highspeed.c112 static void hstcp_cong_avoid(struct sock *sk, u32 adk, u32 rtt, argument
H A Dtcp_htcp.c197 * After we have the rtt data to calculate beta, we'd still prefer to wait one
198 * rtt before we adjust our beta to ensure we are working from a consistent
228 static void htcp_cong_avoid(struct sock *sk, u32 ack, u32 rtt, argument
H A Dtcp_hybla.c62 /* set minimum rtt as this is the 1st ever seen */
88 static void hybla_cong_avoid(struct sock *sk, u32 ack, u32 rtt, argument
106 return tcp_reno_cong_avoid(sk, ack, rtt, in_flight, flag);
H A Dtcp_illinois.c45 u64 sum_rtt; /* sum of rtt's measured within last rtt */
46 u16 cnt_rtt; /* # of rtts measured within last rtt */
47 u32 base_rtt; /* min of all rtt in usec */
48 u32 max_rtt; /* max of all rtt in usec */
53 u8 rtt_above; /* average rtt has gone above threshold */
89 u32 rtt; local
96 rtt = ktime_to_us(net_timedelta(last));
99 if (rtt > RTT_MAX)
100 rtt
261 tcp_illinois_cong_avoid(struct sock *sk, u32 ack, u32 rtt, u32 in_flight, int flag) argument
[all...]

Completed in 310 milliseconds

12