Searched refs:mptcp_try_coalesce (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | protocol.c | 121 static bool mptcp_try_coalesce(struct sock *sk, struct sk_buff *to, in mptcp_try_coalesce() function 147 return mptcp_try_coalesce((struct sock *)msk, to, from); in mptcp_ooo_try_coalesce() 300 if (tail && mptcp_try_coalesce(sk, tail, skb)) in __mptcp_move_skb()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | protocol.c | 148 static bool mptcp_try_coalesce(struct sock *sk, struct sk_buff *to, in mptcp_try_coalesce() function 180 return mptcp_try_coalesce((struct sock *)msk, to, from); in mptcp_ooo_try_coalesce() 388 if (tail && mptcp_try_coalesce(sk, tail, skb)) in __mptcp_move_skb()
|
Completed in 14 milliseconds