Searched refs:masquerade_notifier_refcount (Results 1 - 2 of 2) sorted by relevance

/net/ipv6/netfilter/
H A Dnf_nat_masquerade_ipv6.c95 static atomic_t masquerade_notifier_refcount = ATOMIC_INIT(0); variable
100 if (atomic_inc_return(&masquerade_notifier_refcount) > 1)
111 if (atomic_dec_return(&masquerade_notifier_refcount) > 0)
/net/ipv4/netfilter/
H A Dnf_nat_masquerade_ipv4.c126 static atomic_t masquerade_notifier_refcount = ATOMIC_INIT(0); variable
131 if (atomic_inc_return(&masquerade_notifier_refcount) > 1)
144 if (atomic_dec_return(&masquerade_notifier_refcount) > 0)

Completed in 391 milliseconds