X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=net%2Fdccp%2Fipv6.c;h=45cbe85f0940a1cab573ee33ebecd95a006a12cf;hb=a583636a83ea383fd07517e5a7a2eedbc5d90fb1;hp=90a8269b28d02e705e75fe054573cde446adcdf9;hpb=d9b3fca27385eafe61c3ca6feab6cb1e7dc77482;p=cascardo%2Flinux.git diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c index 90a8269b28d0..45cbe85f0940 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) {