Home
last modified time | relevance | path

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

/linux-6.15/net/mptcp/
H A Dprotocol.c2273 struct mptcp_data_frag *cur, *rtx_head; in __mptcp_retransmit_pending_data() local
2285 rtx_head = mptcp_rtx_head(sk); in __mptcp_retransmit_pending_data()
2286 if (!rtx_head) { in __mptcp_retransmit_pending_data()
2295 msk->first_pending = rtx_head; in __mptcp_retransmit_pending_data()
/linux-6.15/net/ipv4/
H A Dtcp_output.c3488 struct sk_buff *skb, *rtx_head, *hole = NULL; in tcp_xmit_retransmit_queue() local
3497 rtx_head = tcp_rtx_queue_head(sk); in tcp_xmit_retransmit_queue()
3498 skb = tp->retransmit_skb_hint ?: rtx_head; in tcp_xmit_retransmit_queue()
3548 if (skb == rtx_head && in tcp_xmit_retransmit_queue()