Home
last modified time | relevance | path

Searched refs:__rcuref (Results 1 – 6 of 6) sorted by relevance

/linux/net/core/
H A Ddst.c69 rcuref_init(&dst->__rcuref, 1); in dst_init()
167 if (dst && rcuref_put(&dst->__rcuref)) { in dst_release()
176 if (dst && rcuref_put(&dst->__rcuref)) { in dst_release_immediate()
H A Drtnetlink.c1027 ci.rta_clntref = rcuref_read(&dst->__rcuref); in rtnl_put_cacheinfo()
/linux/net/bridge/
H A Dbr_nf_core.c76 rcuref_init(&rt->dst.__rcuref, 1); in br_netfilter_rtable_init()
/linux/net/netfilter/ipvs/
H A Dip_vs_xmit.c342 rcuref_read(&rt->dst.__rcuref)); in __ip_vs_get_out_rt()
510 rcuref_read(&rt->dst.__rcuref)); in __ip_vs_get_out_rt_v6()
/linux/net/ipv6/
H A Droute.c295 .__rcuref = RCUREF_INIT(1),
309 .__rcuref = RCUREF_INIT(1),
321 .__rcuref = RCUREF_INIT(1),
/linux/include/net/
H A Dsock.h2093 if (dst && !rcuref_get(&dst->__rcuref)) in sk_dst_get()