Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtcp.h2255 static inline struct sk_buff *tcp_rtx_queue_head(const struct sock *sk) in tcp_rtx_queue_head() function
2390 tcp_sk(sk)->highest_sack = tcp_rtx_queue_head(sk); in tcp_highest_sack_reset()
2705 const struct sk_buff *skb = tcp_rtx_queue_head(sk); in tcp_rto_delta_us()
/linux/net/ipv4/
H A Dtcp_input.c2530 head = tcp_rtx_queue_head(sk); in tcp_timeout_mark_lost()
2799 skb = tcp_rtx_queue_head(sk); in tcp_any_retrans_done()
6735 struct sk_buff *data = tp->syn_data ? tcp_rtx_queue_head(sk) : NULL; in tcp_rcv_fastopen_synack()
H A Dtcp_ipv4.c453 skb = tcp_rtx_queue_head(sk); in tcp_ld_RTO_revert()