Searched refs:mptcp_send_head (Results 1 – 2 of 2) sorted by relevance
1518 while ((dfrag = mptcp_send_head(sk))) { in __mptcp_push_pending()1585 while ((dfrag = mptcp_send_head(sk))) { in __mptcp_subflow_push_pending()2598 msk, msk->snd_data_fin_enable, !!mptcp_send_head(sk), in __mptcp_check_send_data_fin()2605 mptcp_send_head(sk)) in __mptcp_check_send_data_fin()2636 !!mptcp_send_head(sk)); in __mptcp_wr_shutdown()2934 if (!mptcp_send_head(sk)) in __mptcp_check_push()
318 static inline struct mptcp_data_frag *mptcp_send_head(const struct sock *sk) in mptcp_send_head() function