[ICMP]: change "struct socket *" percpu var to a "struct sock *"
From: Eric Dumazet <hidden>
Date: 2008-01-01 18:46:33
Instead of storing a pointer to a 'struct socket' and dereferencing ->sk to get "struct sock *" from it, just store a "struct sock *" pointer. This saves 75 bytes of text on x86 Signed-off-by: Eric Dumazet <redacted>