mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 17:44:17 +01:00
tcp: remove TCP_OFFLOAD_DISABLE
TCP_OFFLOAD_DISABLE is nowhere else used or defined. So remove it. No functional change intended. Reviewed by: np MFC after: 1 week Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D46669
This commit is contained in:
parent
4f4b483d31
commit
1c6bb4c578
@ -67,7 +67,7 @@ struct syncache {
|
||||
u_int8_t sc_requested_s_scale:4,
|
||||
sc_requested_r_scale:4;
|
||||
u_int16_t sc_flags;
|
||||
#if defined(TCP_OFFLOAD) || !defined(TCP_OFFLOAD_DISABLE)
|
||||
#if defined(TCP_OFFLOAD)
|
||||
struct toedev *sc_tod; /* entry added by this TOE */
|
||||
void *sc_todctx; /* TOE driver context */
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user