Lines Matching refs:pprev
223 struct xfrm4_protocol __rcu **pprev;
238 for (pprev = proto_handlers(protocol);
239 (t = rcu_dereference_protected(*pprev,
241 pprev = &t->next) {
248 handler->next = *pprev;
249 rcu_assign_pointer(*pprev, handler);
270 struct xfrm4_protocol __rcu **pprev;
279 for (pprev = proto_handlers(protocol);
280 (t = rcu_dereference_protected(*pprev,
282 pprev = &t->next) {
284 *pprev = handler->next;