tag | line | file | source code |
rt_window | 40 | include/linux/route.h | unsigned long rt_window; /* Window clamping */ |
rt_window | 130 | include/net/route.h | unsigned long rt_window; |
rt_window | 930 | net/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_window | 1538 | net/ipv4/route.c | rth->rt_window = fi->fib_window; |
rt_window | 1723 | net/ipv4/route.c | rt_add(flags, daddr, mask, gw, dev, r->rt_mss, r->rt_window, r->rt_irtt, metric); |
rt_window | 3108 | net/ipv4/tcp.c | newsk->window_clamp = rt->rt_window; |
rt_window | 4653 | net/ipv4/tcp.c | sk->window_clamp=rt->rt_window; |