Searched refs:__rcuref (Results 1 - 7 of 7) sorted by relevance

/linux-master/net/bridge/
H A Dbr_nf_core.c76 rcuref_init(&rt->dst.__rcuref, 1);
/linux-master/include/net/
H A Ddst.h65 * __rcuref wants to be on a different cache line from
69 rcuref_t __rcuref; /* 64-bit offset 64 */ member in struct:dst_entry
79 rcuref_t __rcuref; /* 32-bit offset 64 */ member in struct:dst_entry
86 * __rcuref under contention of __rcuref. This also puts the
88 * __rcuref cache line.
235 * the placement of __rcuref in struct dst_entry
237 BUILD_BUG_ON(offsetof(struct dst_entry, __rcuref) & 63);
238 WARN_ON(!rcuref_get(&dst->__rcuref));
302 return rcuref_get(&dst->__rcuref);
[all...]
H A Dsock.h2129 if (dst && !rcuref_get(&dst->__rcuref))
/linux-master/net/core/
H A Ddst.c69 rcuref_init(&dst->__rcuref, 1);
164 if (dst && rcuref_put(&dst->__rcuref))
171 if (dst && rcuref_put(&dst->__rcuref))
H A Drtnetlink.c832 ci.rta_clntref = rcuref_read(&dst->__rcuref);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_xmit.c342 rcuref_read(&rt->dst.__rcuref));
510 rcuref_read(&rt->dst.__rcuref));
/linux-master/net/ipv6/
H A Droute.c296 .__rcuref = RCUREF_INIT(1),
310 .__rcuref = RCUREF_INIT(1),
322 .__rcuref = RCUREF_INIT(1),

Completed in 288 milliseconds