Searched refs:mptcp_space (Results 1 – 3 of 3) sorted by relevance
117 void mptcp_space(const struct sock *ssk, int *space, int *full_space);268 static inline void mptcp_space(const struct sock *ssk, int *s, int *fs) { } in mptcp_space() function
1330 void mptcp_space(const struct sock *ssk, int *space, int *full_space) in mptcp_space() function
2965 mptcp_space(sk, &free_space, &allowed_space); in __tcp_select_window()