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:
Michael Tuexen 2024-09-15 11:44:49 +02:00
parent 4f4b483d31
commit 1c6bb4c578

View File

@ -67,7 +67,7 @@ struct syncache {
u_int8_t sc_requested_s_scale:4, u_int8_t sc_requested_s_scale:4,
sc_requested_r_scale:4; sc_requested_r_scale:4;
u_int16_t sc_flags; 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 */ struct toedev *sc_tod; /* entry added by this TOE */
void *sc_todctx; /* TOE driver context */ void *sc_todctx; /* TOE driver context */
#endif #endif