Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Ddst.h67 atomic_t __refcnt; /* 64-bit offset 64 */ member
77 atomic_t __refcnt; /* 32-bit offset 64 */ member
226 BUILD_BUG_ON(offsetof(struct dst_entry, __refcnt) & 63); in dst_hold()
227 WARN_ON(atomic_inc_not_zero(&dst->__refcnt) == 0); in dst_hold()
296 return atomic_inc_not_zero(&dst->__refcnt); in dst_hold_safe()
H A Dsock.h1982 if (dst && !atomic_inc_not_zero(&dst->__refcnt)) in sk_dst_get()
/OK3568_Linux_fs/kernel/net/core/
H A Ddst.c70 atomic_set(&dst->__refcnt, initial_ref); in dst_init()
174 newrefcnt = atomic_dec_return(&dst->__refcnt); in dst_release()
189 newrefcnt = atomic_dec_return(&dst->__refcnt); in dst_release_immediate()
H A Drtnetlink.c812 ci.rta_clntref = atomic_read(&dst->__refcnt); in rtnl_put_cacheinfo()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_nf_core.c76 atomic_set(&rt->dst.__refcnt, 1); in br_netfilter_rtable_init()
/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_route.c193 if (atomic_read(&rt->dst.__refcnt) > 1 || in dn_dst_check_expire()
227 if (atomic_read(&rt->dst.__refcnt) > 1 || in dn_dst_gc()
1840 atomic_read(&rt->dst.__refcnt), in dn_rt_cache_seq_show()
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_xmit.c342 atomic_read(&rt->dst.__refcnt)); in __ip_vs_get_out_rt()
510 atomic_read(&rt->dst.__refcnt)); in __ip_vs_get_out_rt_v6()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c289 .__refcnt = ATOMIC_INIT(1),
303 .__refcnt = ATOMIC_INIT(1),
315 .__refcnt = ATOMIC_INIT(1),