Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_recovery.c149 struct sk_buff *skb = tcp_rtx_queue_head(sk); in tcp_rack_reo_timeout()
H A Dtcp_output.c1845 skb != tcp_rtx_queue_head(sk) && in tcp_fragment()
2497 head = tcp_rtx_queue_head(sk); in tcp_mtu_check_reprobe()
3739 rtx_head = tcp_rtx_queue_head(sk);
3893 skb = tcp_rtx_queue_head(sk);
H A Dtcp_input.c2529 head = tcp_rtx_queue_head(sk); in tcp_timeout_mark_lost()
2798 skb = tcp_rtx_queue_head(sk); in tcp_any_retrans_done()
6788 struct sk_buff *data = tp->syn_data ? tcp_rtx_queue_head(sk) : NULL; in tcp_rcv_fastopen_synack()
H A Dtcp_ipv4.c457 skb = tcp_rtx_queue_head(sk); in tcp_ld_RTO_revert()
/linux/include/net/
H A Dtcp.h2181 static inline struct sk_buff *tcp_rtx_queue_head(const struct sock *sk) in tcp_rtx_queue_head() function
2316 tcp_sk(sk)->highest_sack = tcp_rtx_queue_head(sk); in tcp_highest_sack_reset()
2623 const struct sk_buff *skb = tcp_rtx_queue_head(sk); in tcp_rto_delta_us()