net/tcp: rename ack_edge and seq_init to more common rcv_nxt and irs
authorMikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
Sat, 28 Dec 2024 10:46:31 +0000 (13:46 +0300)
committerTom Rini <trini@konsulko.com>
Sat, 28 Dec 2024 17:59:42 +0000 (11:59 -0600)
commit82bf3aafa6378f1fdb3b9e3daca74db6aac38ed3
tree0d48229d2a645d35ad1691dea0b2486aa2974c45
parent2b1774987031d6f30fb773bd84e91884f35fbc8d
net/tcp: rename ack_edge and seq_init to more common rcv_nxt and irs

Use the names from RFC 9293

Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/net/tcp.h
net/tcp.c