taglinefilesource code
rt_window40include/linux/route.hunsigned long  rt_window;  /* Window clamping     */
rt_window178include/net/route.hunsigned long    rt_window;
rt_window932net/ipv4/route.c(unsigned long)r->rt_src, (int)r->rt_mtu, r->rt_window, (int)r->rt_irtt, r->rt_hh ? r->rt_hh->hh_refcnt : -1, r->rt_hh ? r->rt_hh->hh_uptodate : 0);
rt_window1550net/ipv4/route.crth->rt_window  = fi->fib_window;
rt_window1708net/ipv4/route.crt_add(flags, daddr, mask, gw, dev, r->rt_mss, r->rt_window, r->rt_irtt, metric);
rt_window2034net/ipv4/tcp.csk->window_clamp=rt->rt_window;
rt_window474net/ipv4/tcp_input.cnewsk->window_clamp = rt->rt_window;