Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtcp.h253 struct sk_buff* lost_skb_hint; member
/linux-4.1.27/net/ipv4/
Dtcp_input.c821 tp->lost_skb_hint = NULL; in tcp_disable_fack()
1259 if (!tcp_is_fack(tp) && tp->lost_skb_hint && in tcp_sacktag_one()
1260 before(start_seq, TCP_SKB_CB(tp->lost_skb_hint)->seq)) in tcp_sacktag_one()
1304 if (skb == tp->lost_skb_hint) in tcp_shifted_skb()
1343 if (skb == tp->lost_skb_hint) { in tcp_shifted_skb()
1344 tp->lost_skb_hint = prev; in tcp_shifted_skb()
2225 if (tp->lost_skb_hint) { in tcp_mark_head_lost()
2226 skb = tp->lost_skb_hint; in tcp_mark_head_lost()
2241 tp->lost_skb_hint = skb; in tcp_mark_head_lost()
3143 if (unlikely(skb == tp->lost_skb_hint)) in tcp_clean_rtx_queue()
[all …]
Dtcp_output.c1118 if (tp->lost_skb_hint && in tcp_adjust_pcount()
1119 before(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(tp->lost_skb_hint)->seq) && in tcp_adjust_pcount()
/linux-4.1.27/include/net/
Dtcp.h1237 tp->lost_skb_hint = NULL; in tcp_clear_retrans_hints_partial()