diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-12-14 02:14:47 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-03 16:10:33 -0500 |
commit | 971af18bbfabb7b7c9c548da34a51e30869c08fc (patch) | |
tree | 02597aa6885b9937e1d6526f4789d6841953d551 /net/dccp | |
parent | 89cee8b1cbb9dac40c92ef1968aea2b45f82fd18 (diff) |
[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp')
-rw-r--r-- | net/dccp/ipv4.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index 656e13e38cfb..1ac3e30ae791 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c | |||
@@ -37,7 +37,8 @@ EXPORT_SYMBOL_GPL(dccp_hashinfo); | |||
37 | 37 | ||
38 | static int dccp_v4_get_port(struct sock *sk, const unsigned short snum) | 38 | static int dccp_v4_get_port(struct sock *sk, const unsigned short snum) |
39 | { | 39 | { |
40 | return inet_csk_get_port(&dccp_hashinfo, sk, snum); | 40 | return inet_csk_get_port(&dccp_hashinfo, sk, snum, |
41 | inet_csk_bind_conflict); | ||
41 | } | 42 | } |
42 | 43 | ||
43 | static void dccp_v4_hash(struct sock *sk) | 44 | static void dccp_v4_hash(struct sock *sk) |