Searched refs:__space (Results 1 – 2 of 2) sorted by relevance
35 u8 __space:4; member41 u8 __space:4;
205 void tcp_select_initial_window(const struct sock *sk, int __space, __u32 mss, in tcp_select_initial_window() argument210 unsigned int space = (__space < 0 ? 0 : __space); in tcp_select_initial_window()