commit | 5e8f3f703ae4e4af65e2695e486b3cd198328863 | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Thu Mar 12 09:49:17 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 13 11:37:56 2009 -0700 |
tree | 1927b01e884dbd5ddb1d4586ac08e4a14e0601eb | |
parent | 3bcb1255bae39cae1b4d2660f2b5a6ab2f404c10 [diff] |
sctp: simplify sctp listening code sctp_inet_listen() call is split between UDP and TCP style. Looking at the code, the two functions are almost the same and can be merged into a single helper. This also fixes a bug that was fixed in the UDP function, but missed in the TCP function. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>