net/tcp: Wire TCP-AO to request sockets
Now when the new request socket is created from the listening socket, it's recorded what MKT was used by the peer. tcp_rsk_used_ao() is a new helper for checking if TCP-AO option was used to create the request socket. tcp_ao_copy_all_matching() will copy all keys that match the peer on the request socket, as well as preparing them for the usage (creating traffic keys). 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>
Showing
- include/linux/tcp.h 18 additions, 0 deletionsinclude/linux/tcp.h
- include/net/tcp.h 6 additions, 0 deletionsinclude/net/tcp.h
- include/net/tcp_ao.h 24 additions, 0 deletionsinclude/net/tcp_ao.h
- net/ipv4/syncookies.c 2 additions, 0 deletionsnet/ipv4/syncookies.c
- net/ipv4/tcp_ao.c 250 additions, 14 deletionsnet/ipv4/tcp_ao.c
- net/ipv4/tcp_input.c 15 additions, 0 deletionsnet/ipv4/tcp_input.c
- net/ipv4/tcp_ipv4.c 58 additions, 8 deletionsnet/ipv4/tcp_ipv4.c
- net/ipv4/tcp_minisocks.c 10 additions, 0 deletionsnet/ipv4/tcp_minisocks.c
- net/ipv4/tcp_output.c 23 additions, 14 deletionsnet/ipv4/tcp_output.c
- net/ipv6/syncookies.c 2 additions, 0 deletionsnet/ipv6/syncookies.c
- net/ipv6/tcp_ao.c 35 additions, 3 deletionsnet/ipv6/tcp_ao.c
- net/ipv6/tcp_ipv6.c 63 additions, 12 deletionsnet/ipv6/tcp_ipv6.c
Please register or sign in to comment