Home
last modified time | relevance | path

Searched refs:__tcp_can_send (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/mptcp/
H A Dsched.c134 __tcp_can_send(msk->first) && in mptcp_sched_get_send()
H A Dprotocol.h706 static inline bool __tcp_can_send(const struct sock *ssk) in __tcp_can_send() function
718 return __tcp_can_send(mptcp_subflow_tcp_sock(subflow)); in __mptcp_subflow_active()
H A Dprotocol.c1264 if (unlikely(!__tcp_can_send(ssk))) in mptcp_sendmsg_frag()