Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h323 struct sk_buff* lost_skb_hint; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_input.c1394 if (tp->lost_skb_hint && in tcp_sacktag_one()
1395 before(start_seq, TCP_SKB_CB(tp->lost_skb_hint)->seq)) in tcp_sacktag_one()
1437 if (skb == tp->lost_skb_hint) in tcp_shifted_skb()
1472 if (skb == tp->lost_skb_hint) { in tcp_shifted_skb()
1473 tp->lost_skb_hint = prev; in tcp_shifted_skb()
2334 skb = tp->lost_skb_hint; in tcp_mark_head_lost()
2348 tp->lost_skb_hint = skb; in tcp_mark_head_lost()
3303 if (unlikely(skb == tp->lost_skb_hint)) in tcp_clean_rtx_queue()
3304 tp->lost_skb_hint = NULL; in tcp_clean_rtx_queue()
H A Dtcp_output.c1476 if (tp->lost_skb_hint && in tcp_adjust_pcount()
1477 before(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(tp->lost_skb_hint)->seq) && in tcp_adjust_pcount()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1555 tp->lost_skb_hint = NULL; in tcp_clear_retrans_hints_partial()