Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c1253 u32 end_seq_0 = get_unaligned_be32(&sp[0].end_seq); in tcp_check_dsack() local
1262 if (after(end_seq_0, end_seq_1) || before(start_seq_0, start_seq_1)) in tcp_check_dsack()
1269 dup_segs = tcp_dsack_seen(tp, start_seq_0, end_seq_0, state); in tcp_check_dsack()
1279 !after(end_seq_0, prior_snd_una) && in tcp_check_dsack()
1280 after(end_seq_0, tp->undo_marker)) in tcp_check_dsack()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c1272 u32 end_seq_0 = get_unaligned_be32(&sp[0].end_seq); in tcp_check_dsack() local
1281 if (after(end_seq_0, end_seq_1) || before(start_seq_0, start_seq_1)) in tcp_check_dsack()
1288 dup_segs = tcp_dsack_seen(tp, start_seq_0, end_seq_0, state); in tcp_check_dsack()
1298 !after(end_seq_0, prior_snd_una) && in tcp_check_dsack()
1299 after(end_seq_0, tp->undo_marker)) in tcp_check_dsack()

Completed in 19 milliseconds