From 9dc0f5536a83ce4ef09e0009beec208ac83f0a75 Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Wed, 28 Mar 2018 23:20:07 +0000 Subject: OS-XXXX wip vxlan lso --- usr/src/uts/common/netinet/udp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/uts/common/netinet') diff --git a/usr/src/uts/common/netinet/udp.h b/usr/src/uts/common/netinet/udp.h index a775a4fc00..a6745b9326 100644 --- a/usr/src/uts/common/netinet/udp.h +++ b/usr/src/uts/common/netinet/udp.h @@ -52,7 +52,7 @@ typedef struct udp_tunnel_opt { uint32_t uto_opts; uint32_t uto_cksum_flags; uint32_t uto_lso_flags; - uint32_t uto_lso_max; + uint32_t uto_lso_tcp_max; } udp_tunnel_opt_t; #endif /* _KERNEL */ -- cgit v1.2.3