diff options
Diffstat (limited to 'usr/src/uts/common/netinet/udp.h')
-rw-r--r-- | usr/src/uts/common/netinet/udp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |