Lines Matching refs:rxrpc_local
34 static long rxrpc_local_cmp_key(const struct rxrpc_local *local,
74 static struct rxrpc_local *rxrpc_alloc_local(struct rxrpc_net *rxnet,
77 struct rxrpc_local *local;
79 local = kzalloc(sizeof(struct rxrpc_local), GFP_KERNEL);
107 static int rxrpc_open_socket(struct rxrpc_local *local, struct net *net)
197 struct rxrpc_local *rxrpc_lookup_local(struct net *net,
200 struct rxrpc_local *local;
213 local = hlist_entry(cursor, struct rxrpc_local, link);
284 struct rxrpc_local *rxrpc_get_local(struct rxrpc_local *local)
297 struct rxrpc_local *rxrpc_get_local_maybe(struct rxrpc_local *local)
315 void rxrpc_queue_local(struct rxrpc_local *local)
330 void rxrpc_put_local(struct rxrpc_local *local)
351 struct rxrpc_local *rxrpc_use_local(struct rxrpc_local *local)
369 void rxrpc_unuse_local(struct rxrpc_local *local)
386 static void rxrpc_local_destroyer(struct rxrpc_local *local)
423 struct rxrpc_local *local =
424 container_of(work, struct rxrpc_local, processor);
461 struct rxrpc_local *local = container_of(rcu, struct rxrpc_local, rcu);
477 struct rxrpc_local *local;