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;
151 struct rxrpc_peer *peer)
208 struct rxrpc_peer *rxrpc_alloc_peer(struct rxrpc_local *local, gfp_t gfp,
211 struct rxrpc_peer *peer;
215 peer = kzalloc(sizeof(struct rxrpc_peer), gfp);
239 static void rxrpc_init_peer(struct rxrpc_local *local, struct rxrpc_peer *peer,
275 static struct rxrpc_peer *rxrpc_create_peer(struct rxrpc_local *local,
280 struct rxrpc_peer *peer;
294 static void rxrpc_free_peer(struct rxrpc_peer *peer)
306 void rxrpc_new_incoming_peer(struct rxrpc_local *local, struct rxrpc_peer *peer)
323 struct rxrpc_peer *rxrpc_lookup_peer(struct rxrpc_local *local,
326 struct rxrpc_peer *peer, *candidate;
377 struct rxrpc_peer *rxrpc_get_peer(struct rxrpc_peer *peer, enum rxrpc_peer_trace why)
389 struct rxrpc_peer *rxrpc_get_peer_maybe(struct rxrpc_peer *peer,
406 static void __rxrpc_put_peer(struct rxrpc_peer *peer)
423 void rxrpc_put_peer(struct rxrpc_peer *peer, enum rxrpc_peer_trace why)
443 struct rxrpc_peer *peer;
485 struct rxrpc_peer *peer = call->peer;