lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 27 Mar 2008 16:09:58 +0300
From:	"Denis V. Lunev" <den@...nvz.org>
To:	Vlad Yasevich <vladislav.yasevich@...com>
Cc:	Netdev List <netdev@...r.kernel.org>,
	lksctp-developers@...ts.sourceforge.net
Subject: Re: SCTP control socket question

On Thu, 2008-03-27 at 08:48 -0400, Vlad Yasevich wrote:
> Denis V. Lunev wrote:
> > Hello, Vlad!
> > 
> > I have read SCTP sources and found that SCTP control socket
> > (sctp_ctl_socket) remains hashed unlike similar staff in UDP/TCP etc.
> > 
> > Am I wrong, that it should not be hashed or not?
> 
> Why do you believe that the socket is hashed?  That socket is only
> allocated and referenced.  It's should not be in any hash tables
> since we hold a global reference on it.

sctp_ctl_sock_init
  __sock_create
    inet(6)_create
        sk->sk_prot->hash(sk);

For this purpose sk->sk_prot->unhash is explicitly called for ICMP/TCP
etc cases.

Regards,
	Den

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ