__refcnt           68 include/net/dst.h 	atomic_t		__refcnt;	/* 64-bit offset 64 */
__refcnt           78 include/net/dst.h 	atomic_t		__refcnt;	/* 32-bit offset 64 */
__refcnt          227 include/net/dst.h 	BUILD_BUG_ON(offsetof(struct dst_entry, __refcnt) & 63);
__refcnt          228 include/net/dst.h 	WARN_ON(atomic_inc_not_zero(&dst->__refcnt) == 0);
__refcnt          297 include/net/dst.h 	return atomic_inc_not_zero(&dst->__refcnt);
__refcnt         1883 include/net/sock.h 	if (dst && !atomic_inc_not_zero(&dst->__refcnt))
__refcnt           76 net/bridge/br_nf_core.c 	atomic_set(&rt->dst.__refcnt, 1);
__refcnt           70 net/core/dst.c 	atomic_set(&dst->__refcnt, initial_ref);
__refcnt          174 net/core/dst.c 		newrefcnt = atomic_dec_return(&dst->__refcnt);
__refcnt          189 net/core/dst.c 		newrefcnt = atomic_dec_return(&dst->__refcnt);
__refcnt          812 net/core/rtnetlink.c 		ci.rta_clntref = atomic_read(&dst->__refcnt);
__refcnt          193 net/decnet/dn_route.c 			if (atomic_read(&rt->dst.__refcnt) > 1 ||
__refcnt          227 net/decnet/dn_route.c 			if (atomic_read(&rt->dst.__refcnt) > 1 ||
__refcnt         1838 net/decnet/dn_route.c 		   atomic_read(&rt->dst.__refcnt),
__refcnt          305 net/ipv6/route.c 		.__refcnt	= ATOMIC_INIT(1),
__refcnt          319 net/ipv6/route.c 		.__refcnt	= ATOMIC_INIT(1),
__refcnt          331 net/ipv6/route.c 		.__refcnt	= ATOMIC_INIT(1),
__refcnt          342 net/netfilter/ipvs/ip_vs_xmit.c 				  atomic_read(&rt->dst.__refcnt));
__refcnt          513 net/netfilter/ipvs/ip_vs_xmit.c 				  atomic_read(&rt->dst.__refcnt));