Searched refs:mptcp_space (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/ |
H A D | mptcp.h | 138 void mptcp_space(const struct sock *ssk, int *space, int *full_space); 289 static inline void mptcp_space(const struct sock *ssk, int *s, int *fs) { } in mptcp_space() function
|
/openbmc/linux/net/mptcp/ |
H A D | subflow.c | 1404 void mptcp_space(const struct sock *ssk, int *space, int *full_space) in mptcp_subflow_data_available() 1417 void mptcp_space(const struct sock *ssk, int *space, int *full_space) mptcp_space() function
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_output.c | 3038 mptcp_space(sk, &free_space, &allowed_space); in __tcp_select_window()
|