diff options
| author | Kuniyuki Iwashima <[email protected]> | 2025-05-19 20:57:55 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2025-05-23 09:24:18 +0000 |
| commit | ae4f2f59e1f9c7c9cab1641a3c9645e587f0bc72 (patch) | |
| tree | 312fb2dd1cdc980a88eeea8fb45b744b5ffda06a /net/unix/af_unix.c | |
| parent | scm: Move scm_recv() from scm.h to scm.c. (diff) | |
| download | kernel-ae4f2f59e1f9c7c9cab1641a3c9645e587f0bc72.tar.gz kernel-ae4f2f59e1f9c7c9cab1641a3c9645e587f0bc72.zip | |
tcp: Restrict SO_TXREHASH to TCP socket.
sk->sk_txrehash is only used for TCP.
Let's restrict SO_TXREHASH to TCP to reflect this.
Later, we will make sk_txrehash a part of the union for other
protocol families.
Note that we need to modify BPF selftest not to get/set
SO_TEREHASH for non-TCP sockets.
Signed-off-by: Kuniyuki Iwashima <[email protected]>
Reviewed-by: Willem de Bruijn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
