Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_input.c1047 u32 received_upto = tcp_highest_sack_seq(tp); in tcp_mark_lost_retrans()
1231 tcp_highest_sack_seq(tp))) in tcp_sacktag_one()
1583 tcp_highest_sack_seq(tp))) in tcp_sacktag_walk()
1783 if (tcp_highest_sack_seq(tp) == cache->end_seq) { in tcp_sacktag_write_queue()
1799 if (!before(start_seq, tcp_highest_sack_seq(tp))) { in tcp_sacktag_write_queue()
Dtcp_output.c1092 if (after(tcp_highest_sack_seq(tp), TCP_SKB_CB(skb)->seq)) in tcp_adjust_fackets_out()
2768 if (!before(TCP_SKB_CB(skb)->seq, tcp_highest_sack_seq(tp))) in tcp_xmit_retransmit_queue()
/linux-4.1.27/include/net/
Dtcp.h1509 static inline u32 tcp_highest_sack_seq(struct tcp_sock *tp) in tcp_highest_sack_seq() function