Dmitry Safonov f7dca36fc5 net/tcp: Add tcp_parse_auth_options()
Introduce a helper that:
(1) shares the common code with TCP-MD5 header options parsing
(2) looks for hash signature only once for both TCP-MD5 and TCP-AO
(3) fails with -EEXIST if any TCP sign option is present twice, see
    RFC5925 (2.2):
    ">> A single TCP segment MUST NOT have more than one TCP-AO in its
    options sequence. When multiple TCP-AOs appear, TCP MUST discard
    the segment."

Co-developed-by: Francesco Ruggeri <fruggeri@arista.com>
Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
Co-developed-by: Salam Noureddine <noureddine@arista.com>
Signed-off-by: Salam Noureddine <noureddine@arista.com>
Signed-off-by: Dmitry Safonov <dima@arista.com>
Acked-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-10-27 10:35:44 +01:00
..
2023-05-31 13:06:57 +02:00
2023-10-25 10:38:07 +01:00
2023-03-31 21:37:06 -07:00
2023-10-01 19:39:18 +01:00
2023-04-13 16:43:38 -07:00
2023-10-16 21:05:33 -07:00
2022-09-20 10:21:49 -07:00
2022-12-20 03:13:45 +01:00
2023-10-27 10:35:44 +01:00
2022-11-16 09:43:35 +00:00
2023-10-16 21:05:33 -07:00
2023-09-14 16:16:36 +02:00
2023-08-29 17:39:15 -07:00