Lines Matching refs:rxrpc_local
42 void rxrpc_local_dont_fragment(const struct rxrpc_local *local, bool set)
59 static long rxrpc_local_cmp_key(const struct rxrpc_local *local,
98 struct rxrpc_local *local =
99 container_of(timer, struct rxrpc_local, client_conn_reap_timer);
109 static struct rxrpc_local *rxrpc_alloc_local(struct net *net,
112 struct rxrpc_local *local;
115 local = kzalloc(sizeof(struct rxrpc_local), GFP_KERNEL);
162 static int rxrpc_open_socket(struct rxrpc_local *local, struct net *net)
250 struct rxrpc_local *rxrpc_lookup_local(struct net *net,
253 struct rxrpc_local *local;
265 local = hlist_entry(cursor, struct rxrpc_local, link);
330 struct rxrpc_local *rxrpc_get_local(struct rxrpc_local *local,
344 struct rxrpc_local *rxrpc_get_local_maybe(struct rxrpc_local *local,
361 void rxrpc_put_local(struct rxrpc_local *local, enum rxrpc_local_trace why)
382 struct rxrpc_local *rxrpc_use_local(struct rxrpc_local *local,
401 void rxrpc_unuse_local(struct rxrpc_local *local, enum rxrpc_local_trace why)
423 void rxrpc_destroy_local(struct rxrpc_local *local)
462 struct rxrpc_local *local = container_of(rcu, struct rxrpc_local, rcu);
473 struct rxrpc_local *local;