Home
last modified time | relevance | path

Searched refs:__refcnt (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/net/
Ddst.h79 atomic_t __refcnt; /* 64-bit offset 64 */ member
89 atomic_t __refcnt; /* 32-bit offset 64 */ member
238 BUILD_BUG_ON(offsetof(struct dst_entry, __refcnt) & 63); in dst_hold()
239 WARN_ON(atomic_inc_not_zero(&dst->__refcnt) == 0); in dst_hold()
302 return atomic_inc_not_zero(&dst->__refcnt); in dst_hold_safe()
Dsock.h1891 if (dst && !atomic_inc_not_zero(&dst->__refcnt)) in sk_dst_get()