Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dprotocol.c2302 struct mptcp_data_frag *cur, *rtx_head; in __mptcp_retransmit_pending_data() local
2314 rtx_head = mptcp_rtx_head(sk); in __mptcp_retransmit_pending_data()
2315 if (!rtx_head) { in __mptcp_retransmit_pending_data()
2324 msk->first_pending = rtx_head; in __mptcp_retransmit_pending_data()
/linux/net/ipv4/
H A Dtcp_output.c3493 struct sk_buff *skb, *rtx_head, *hole = NULL; in tcp_xmit_retransmit_queue() local
3502 rtx_head = tcp_rtx_queue_head(sk); in tcp_xmit_retransmit_queue()
3503 skb = tp->retransmit_skb_hint ?: rtx_head; in tcp_xmit_retransmit_queue()
3553 if (skb == rtx_head && in tcp_xmit_retransmit_queue()