diff options
author | Maxim Mikityanskiy <[email protected]> | 2022-06-08 18:34:25 +0300 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-06-09 21:51:57 -0700 |
commit | b489a6e5871690735752f8875f411e4d0cd8e5df (patch) | |
tree | 29d44e2627b4fa159efba9d7838df66ba17800c5 /scripts/gdb/linux | |
parent | 825464e79db4aac936e0fdae62cdfb7546d0028f (diff) |
tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TX
To embrace possible future optimizations of TLS, rename zerocopy
sendfile definitions to more generic ones:
* setsockopt: TLS_TX_ZEROCOPY_SENDFILE- > TLS_TX_ZEROCOPY_RO
* sock_diag: TLS_INFO_ZC_SENDFILE -> TLS_INFO_ZC_RO_TX
RO stands for readonly and emphasizes that the application shouldn't
modify the data being transmitted with zerocopy to avoid potential
disconnection.
Fixes: c1318b39c7d3 ("tls: Add opt-in zerocopy mode of sendfile()")
Signed-off-by: Maxim Mikityanskiy <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions