Files
twx-linux/include/linux
Kuniyuki Iwashima 7577bc8249 tcp: Don't pass cookie to __cookie_v[46]_check().
tcp_hdr(skb) and SYN Cookie are passed to __cookie_v[46]_check(), but
none of the callers passes cookie other than ntohl(th->ack_seq) - 1.

Let's fetch it in __cookie_v[46]_check() instead of passing the cookie
over and over.

Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20231129022924.96156-5-kuniyu@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-11-29 20:16:19 -08:00
..
2023-11-04 10:22:52 +01:00
2023-11-10 13:54:58 +00:00
2023-11-01 22:33:53 -07:00
2023-11-28 15:48:39 +01:00
2023-11-13 11:02:30 +00:00
2023-11-15 04:18:31 +01:00
2023-11-27 18:04:11 -08:00
2023-11-10 09:20:55 +01:00
2023-11-01 10:02:18 +00:00
2023-11-03 09:16:42 +00:00