Searched refs:sk_ref (Results 1 – 2 of 2) sorted by relevance
95 refcount_t sk_ref; member
1716 refcount_set(&match->sk_ref, 0); in fanout_add()1733 if (refcount_read(&match->sk_ref) < PACKET_FANOUT_MAX) { in fanout_add()1738 refcount_set(&match->sk_ref, refcount_read(&match->sk_ref) + 1); in fanout_add()1745 if (err && !refcount_read(&match->sk_ref)) { in fanout_add()1771 if (refcount_dec_and_test(&f->sk_ref)) in fanout_release()