Home
last modified time | relevance | path

Searched refs:mptcp_rtx_head (Results 1 – 2 of 2) sorted by relevance

/linux/net/mptcp/
H A Dprotocol.c1094 dfrag = mptcp_rtx_head(sk); in __mptcp_clean_una()
2498 rtx_head = mptcp_rtx_head(sk); in __mptcp_retransmit_pending_data()
2793 dfrag = mptcp_rtx_head(sk); in __mptcp_retrans()
H A Dprotocol.h483 static inline struct mptcp_data_frag *mptcp_rtx_head(struct sock *sk) in mptcp_rtx_head() function