commit | fc8717baa8f52dd8d1b90df9008300ef3ec794ed | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Sat Mar 22 16:56:51 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 22 16:56:51 2008 -0700 |
tree | 149c5e1c8db5bcf2af47caeb732f900bc722875f | |
parent | 6ba5a3c52da00015e739469e3b00cd6d0d4c5c67 [diff] |
[RAW]: Add raw_hashinfo member on struct proto. Sorry for the patch sequence confusion :| but I found that the similar thing can be done for raw sockets easily too late. Expand the proto.h union with the raw_hashinfo member and use it in raw_prot and rawv6_prot. This allows to drop the protocol specific versions of hash and unhash callbacks. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>