Ahhh... ;-)
struct proto sctp_prot = {
...
.hash = sctp_hash,
...
}
static void sctp_hash(struct sock *sk)
{
/* STUB */
}
SCTP currently does't do any hashing on the sockets. It hashes SCTP structures
that live under the socket.
Regards
-vlad
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html