tag | line | file | source code |
rt_window | 40 | include/linux/route.h | unsigned long rt_window; /* Window clamping */ |
rt_window | 178 | include/net/route.h | unsigned long rt_window; |
rt_window | 932 | 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 | 1550 | net/ipv4/route.c | rth->rt_window = fi->fib_window; |
rt_window | 1708 | net/ipv4/route.c | rt_add(flags, daddr, mask, gw, dev, r->rt_mss, r->rt_window, r->rt_irtt, metric); |
rt_window | 2034 | net/ipv4/tcp.c | sk->window_clamp=rt->rt_window; |
rt_window | 477 | net/ipv4/tcp_input.c | newsk->window_clamp = rt->rt_window; |