taglinefilesource code
rt_window40include/linux/route.hunsigned long  rt_window;  /* Window clamping     */
rt_window130include/net/route.hunsigned long    rt_window;
rt_window923net/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_window1531net/ipv4/route.crth->rt_window  = fi->fib_window;
rt_window1690net/ipv4/route.crt_add(flags, daddr, mask, gw, dev, r->rt_mss, r->rt_window, r->rt_irtt, metric);
rt_window3089net/ipv4/tcp.cnewsk->window_clamp = rt->rt_window;
rt_window4625net/ipv4/tcp.csk->window_clamp=rt->rt_window;