o net: reduce the data dependency of struct sock/struct tcp_tw_bucket
With this the area that is shared among struct sock and struct tcp_tw_bucket is exact, i.e. there is no fields that are in struct sock and only reused for other reasons in tcp_tw_bucket, while keeping both struct free of holes.
Showing
Please register or sign in to comment