Lines Matching refs:refcounted
419 bool *refcounted)
426 *refcounted = true;
429 *refcounted = false;
442 bool refcounted;
445 dport, dif, 0, &refcounted);
447 if (sk && !refcounted && !refcount_inc_not_zero(&sk->sk_refcnt))
456 bool *refcounted, inet_ehashfn_t *ehashfn)
461 sk = skb_steal_sock(skb, refcounted, &prefetched);
484 /* We've chosen a new reuseport sock which is never refcounted. This
485 * implies that sk also isn't refcounted.
487 WARN_ON_ONCE(*refcounted);
498 bool *refcounted)
505 refcounted, inet_ehashfn);
514 refcounted);