Home
last modified time | relevance | path

Searched refs:tcp_rtx_queue_head (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv4/
H A Dtcp_recovery.c224 struct sk_buff *skb = tcp_rtx_queue_head(sk); in tcp_newreno_mark_lost()
H A Dtcp_output.c1783 skb != tcp_rtx_queue_head(sk) && in tcp_fragment()
2435 head = tcp_rtx_queue_head(sk); in tcp_tso_should_defer()
3674 rtx_head = tcp_rtx_queue_head(sk); in tcp_xmit_retransmit_queue()
3855 skb = tcp_rtx_queue_head(sk); in tcp_send_synack()
H A Dtcp_input.c2325 head = tcp_rtx_queue_head(sk); in tcp_timeout_mark_lost()
2594 skb = tcp_rtx_queue_head(sk); in tcp_any_retrans_done()
6554 struct sk_buff *data = tp->syn_data ? tcp_rtx_queue_head(sk) : NULL; in tcp_rcv_fastopen_synack()
/linux/include/net/
H A Dtcp.h2120 static inline struct sk_buff *tcp_rtx_queue_head(const struct sock *sk) in tcp_rtx_queue_head() function
2255 tcp_sk(sk)->highest_sack = tcp_rtx_queue_head(sk); in tcp_highest_sack_reset()
2566 const struct sk_buff *skb = tcp_rtx_queue_head(sk); in tcp_rto_delta_us()