net: Make RFS socket operations not be inet specific.
authorDavid S. Miller <davem@davemloft.net>
Tue, 27 Apr 2010 22:05:31 +0000 (15:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Apr 2010 22:11:48 +0000 (15:11 -0700)
commitc58dc01babfd58ec9e71a6ce080150dc27755d88
tree065c58b5236ea23ff0868a6bbf3c5233b990f0be
parentc4ee6a5348102b9cea49fb9adf88307445407911
net: Make RFS socket operations not be inet specific.

Idea from Eric Dumazet.

As for placement inside of struct sock, I tried to choose a place
that otherwise has a 32-bit hole on 64-bit systems.

Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
include/net/inet_sock.h
include/net/sock.h
net/ipv4/af_inet.c
net/ipv4/tcp_ipv4.c
net/ipv4/udp.c