Home
last modified time | relevance | path

Searched refs:fack (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c1035 u32 fack, metric; in tcp_check_sack_reordering() local
1037 fack = tcp_highest_sack_seq(tp); in tcp_check_sack_reordering()
1038 if (!before(low_seq, fack)) in tcp_check_sack_reordering()
1041 metric = fack - low_seq; in tcp_check_sack_reordering()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c1054 u32 fack, metric; in tcp_check_sack_reordering() local
1056 fack = tcp_highest_sack_seq(tp); in tcp_check_sack_reordering()
1057 if (!before(low_seq, fack)) in tcp_check_sack_reordering()
1060 metric = fack - low_seq; in tcp_check_sack_reordering()

Completed in 17 milliseconds