Home
last modified time | relevance | path

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

/net/mptcp/
Dprotocol.c2241 struct mptcp_data_frag *cur, *rtx_head; in __mptcp_retransmit_pending_data() local
2253 rtx_head = mptcp_rtx_head(sk); in __mptcp_retransmit_pending_data()
2254 if (!rtx_head) { in __mptcp_retransmit_pending_data()
2263 msk->first_pending = rtx_head; in __mptcp_retransmit_pending_data()
2264 msk->tx_pending_data += msk->snd_nxt - rtx_head->data_seq; in __mptcp_retransmit_pending_data()
/net/ipv4/
Dtcp_output.c3318 struct sk_buff *skb, *rtx_head, *hole = NULL; in tcp_xmit_retransmit_queue() local
3327 rtx_head = tcp_rtx_queue_head(sk); in tcp_xmit_retransmit_queue()
3328 skb = tp->retransmit_skb_hint ?: rtx_head; in tcp_xmit_retransmit_queue()
3378 if (skb == rtx_head && in tcp_xmit_retransmit_queue()