Lines Matching refs:rxrpc_peer
76 static long rxrpc_peer_cmp_key(const struct rxrpc_peer *peer,
114 static struct rxrpc_peer *__rxrpc_lookup_peer_rcu(
119 struct rxrpc_peer *peer;
134 struct rxrpc_peer *rxrpc_lookup_peer_rcu(struct rxrpc_local *local,
137 struct rxrpc_peer *peer;
153 struct rxrpc_peer *peer)
210 struct rxrpc_peer *rxrpc_alloc_peer(struct rxrpc_local *local, gfp_t gfp)
213 struct rxrpc_peer *peer;
217 peer = kzalloc(sizeof(struct rxrpc_peer), gfp);
246 static void rxrpc_init_peer(struct rxrpc_sock *rx, struct rxrpc_peer *peer,
282 static struct rxrpc_peer *rxrpc_create_peer(struct rxrpc_sock *rx,
288 struct rxrpc_peer *peer;
302 static void rxrpc_free_peer(struct rxrpc_peer *peer)
314 struct rxrpc_peer *peer)
331 struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_sock *rx,
335 struct rxrpc_peer *peer, *candidate;
388 struct rxrpc_peer *rxrpc_get_peer(struct rxrpc_peer *peer)
401 struct rxrpc_peer *rxrpc_get_peer_maybe(struct rxrpc_peer *peer)
418 static void __rxrpc_put_peer(struct rxrpc_peer *peer)
435 void rxrpc_put_peer(struct rxrpc_peer *peer)
455 void rxrpc_put_peer_locked(struct rxrpc_peer *peer)
476 struct rxrpc_peer *peer;
518 struct rxrpc_peer *peer = call->peer;