Searched refs:mptcp_send_head (Results 1 – 2 of 2) sorted by relevance
1536 if (mptcp_send_head(sk)) { in mptcp_check_and_set_pending()1550 while ((dfrag = mptcp_send_head(sk))) { in __subflow_push_pending()1597 while (mptcp_send_head(sk) && (push_count > 0)) { in __mptcp_push_pending()1663 while (mptcp_send_head(sk) && keep_pushing) { in __mptcp_subflow_push_pending()2667 if (!mptcp_send_head(sk)) in __mptcp_retrans()3003 msk, msk->snd_data_fin_enable, !!mptcp_send_head(sk), in mptcp_check_send_data_fin()3010 mptcp_send_head(sk)) in mptcp_check_send_data_fin()3028 !!mptcp_send_head(sk)); in __mptcp_wr_shutdown()3444 if (!mptcp_send_head(sk)) in __mptcp_check_push()
405 static inline struct mptcp_data_frag *mptcp_send_head(const struct sock *sk) in mptcp_send_head() function
Completed in 15 milliseconds