diff options
author | 2023-10-23 20:22:14 +0100 | |
---|---|---|
committer | 2023-10-27 10:35:46 +0100 | |
commit | faadfaba5e018ca0f9595f17115ff48416b7b85e (patch) | |
tree | 537959a9c4010f3cdc0f07efdbdbafe7b04de766 /net/unix/af_unix.c | |
parent | net/tcp: Wire up l3index to TCP-AO (diff) | |
download | wireguard-linux-faadfaba5e018ca0f9595f17115ff48416b7b85e.tar.xz wireguard-linux-faadfaba5e018ca0f9595f17115ff48416b7b85e.zip |
net/tcp: Add TCP_AO_REPAIR
Add TCP_AO_REPAIR setsockopt(), getsockopt(). They let a user to repair
TCP-AO ISNs/SNEs. Also let the user hack around when (tp->repair) is on
and add ao_info on a socket in any supported state.
As SNEs now can be read/written at any moment, use
WRITE_ONCE()/READ_ONCE() to set/read them.
Signed-off-by: Dmitry Safonov <dima@arista.com>
Acked-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions