diff options
Diffstat (limited to 'net/ipv6/syncookies.c')
-rw-r--r-- | net/ipv6/syncookies.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/syncookies.c b/net/ipv6/syncookies.c index 2f7e99af67db..7b75b0620730 100644 --- a/net/ipv6/syncookies.c +++ b/net/ipv6/syncookies.c | |||
@@ -194,7 +194,7 @@ struct sock *cookie_v6_check(struct sock *sk, struct sk_buff *skb) | |||
194 | if (ipv6_opt_accepted(sk, skb, &TCP_SKB_CB(skb)->header.h6) || | 194 | if (ipv6_opt_accepted(sk, skb, &TCP_SKB_CB(skb)->header.h6) || |
195 | np->rxopt.bits.rxinfo || np->rxopt.bits.rxoinfo || | 195 | np->rxopt.bits.rxinfo || np->rxopt.bits.rxoinfo || |
196 | np->rxopt.bits.rxhlim || np->rxopt.bits.rxohlim) { | 196 | np->rxopt.bits.rxhlim || np->rxopt.bits.rxohlim) { |
197 | atomic_inc(&skb->users); | 197 | refcount_inc(&skb->users); |
198 | ireq->pktopts = skb; | 198 | ireq->pktopts = skb; |
199 | } | 199 | } |
200 | 200 | ||