X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=net%2Fdccp%2Fipv6.c;h=4663a01d503991c138c56da530544791832fee5f;hb=32fa270c8a3939a9c6cbcf8bc18a0db83a3b40d4;hp=b8608b71a66d34894722c17121754c403c74d946;hpb=6b5f04b6cf8ebab9a65d9c0026c650bb2538fd0f;p=deliverable%2Flinux.git diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c index b8608b71a66d..4663a01d5039 100644 --- a/net/dccp/ipv6.c +++ b/net/dccp/ipv6.c @@ -668,7 +668,7 @@ static int dccp_v6_rcv(struct sk_buff *skb) DCCP_SKB_CB(skb)->dccpd_ack_seq = dccp_hdr_ack_seq(skb); lookup: - sk = __inet6_lookup_skb(&dccp_hashinfo, skb, + sk = __inet6_lookup_skb(&dccp_hashinfo, skb, __dccp_hdr_len(dh), dh->dccph_sport, dh->dccph_dport, inet6_iif(skb)); if (!sk) { @@ -993,7 +993,7 @@ static struct proto dccp_v6_prot = { .sendmsg = dccp_sendmsg, .recvmsg = dccp_recvmsg, .backlog_rcv = dccp_v6_do_rcv, - .hash = inet_hash, + .hash = inet6_hash, .unhash = inet_unhash, .accept = inet_csk_accept, .get_port = inet_csk_get_port,