Home
last modified time | relevance | path

Searched refs:__space (Results 1 – 1 of 1) sorted by relevance

/net/ipv4/
Dtcp_output.c214 void tcp_select_initial_window(int __space, __u32 mss, in tcp_select_initial_window() argument
219 unsigned int space = (__space < 0 ? 0 : __space); in tcp_select_initial_window()