tcp_lro: Fix for undefined behaviour.
Make sure the size of the raw[] array in the lro_address union is
correctly set at compile time, so that static code analysis tools
do not report undefined behaviour.
PR: 265664
Sponsored by: NVIDIA Networking
(cherry picked from commit e0d8add4af0be1d37ede9a16f46424dc08f0d95e)