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.c1185 dfrag = mptcp_rtx_head(sk); in __mptcp_clean_una()
2573 rtx_head = mptcp_rtx_head(sk); in __mptcp_retransmit_pending_data()
2940 dfrag = mptcp_rtx_head(sk); in __mptcp_retrans()
2992 dfrag = mptcp_rtx_head(sk); in __mptcp_retrans()
H A Dprotocol.h486 static inline struct mptcp_data_frag *mptcp_rtx_head(struct sock *sk) in mptcp_rtx_head() function