Home
last modified time | relevance | path

Searched refs:rxrpc_local (Results 1 – 13 of 13) sorted by relevance

/net/rxrpc/
Dlocal_object.c34 static long rxrpc_local_cmp_key(const struct rxrpc_local *local, in rxrpc_local_cmp_key()
74 static struct rxrpc_local *rxrpc_alloc_local(struct rxrpc_net *rxnet, in rxrpc_alloc_local()
77 struct rxrpc_local *local; in rxrpc_alloc_local()
79 local = kzalloc(sizeof(struct rxrpc_local), GFP_KERNEL); in rxrpc_alloc_local()
107 static int rxrpc_open_socket(struct rxrpc_local *local, struct net *net) in rxrpc_open_socket()
230 struct rxrpc_local *rxrpc_lookup_local(struct net *net, in rxrpc_lookup_local()
233 struct rxrpc_local *local; in rxrpc_lookup_local()
248 local = list_entry(cursor, struct rxrpc_local, link); in rxrpc_lookup_local()
318 struct rxrpc_local *rxrpc_get_local(struct rxrpc_local *local) in rxrpc_get_local()
331 struct rxrpc_local *rxrpc_get_local_maybe(struct rxrpc_local *local) in rxrpc_get_local_maybe()
[all …]
Dar-internal.h134 struct rxrpc_local *local; /* local endpoint */
265 struct rxrpc_local { struct
296 struct rxrpc_local *local; argument
337 struct rxrpc_local *local; /* Representation of local endpoint */
747 struct rxrpc_call *rxrpc_new_incoming_call(struct rxrpc_local *,
750 void rxrpc_accept_incoming_calls(struct rxrpc_local *);
920 void rxrpc_clean_up_local_conns(struct rxrpc_local *);
934 struct rxrpc_connection *rxrpc_find_connection_rcu(struct rxrpc_local *,
1010 extern void rxrpc_process_local_events(struct rxrpc_local *);
1015 struct rxrpc_local *rxrpc_lookup_local(struct net *, const struct sockaddr_rxrpc *);
[all …]
Dpeer_object.c28 static unsigned long rxrpc_peer_hash_key(struct rxrpc_local *local, in rxrpc_peer_hash_key()
77 struct rxrpc_local *local, in rxrpc_peer_cmp_key()
115 struct rxrpc_local *local, in __rxrpc_lookup_peer_rcu()
134 struct rxrpc_peer *rxrpc_lookup_peer_rcu(struct rxrpc_local *local, in rxrpc_lookup_peer_rcu()
210 struct rxrpc_peer *rxrpc_alloc_peer(struct rxrpc_local *local, gfp_t gfp) in rxrpc_alloc_peer()
279 struct rxrpc_local *local, in rxrpc_create_peer()
303 void rxrpc_new_incoming_peer(struct rxrpc_sock *rx, struct rxrpc_local *local, in rxrpc_new_incoming_peer()
322 struct rxrpc_local *local, in rxrpc_lookup_peer()
Dlocal_event.c24 static void rxrpc_send_version_request(struct rxrpc_local *local, in rxrpc_send_version_request()
82 void rxrpc_process_local_events(struct rxrpc_local *local) in rxrpc_process_local_events()
Dpeer_event.c28 static struct rxrpc_peer *rxrpc_lookup_peer_icmp_rcu(struct rxrpc_local *local, in rxrpc_lookup_peer_icmp_rcu()
150 struct rxrpc_local *local; in rxrpc_error_report()
Dsecurity.c106 bool rxrpc_look_up_server_security(struct rxrpc_local *local, struct rxrpc_sock *rx, in rxrpc_look_up_server_security()
Dconn_client.c282 struct rxrpc_local *local = cp->local; in rxrpc_get_client_conn()
942 struct rxrpc_local *local = conn->params.local; in rxrpc_put_one_client_conn()
1174 void rxrpc_clean_up_local_conns(struct rxrpc_local *local) in rxrpc_clean_up_local_conns()
Dcall_accept.c263 struct rxrpc_local *local, in rxrpc_alloc_incoming_call()
349 struct rxrpc_call *rxrpc_new_incoming_call(struct rxrpc_local *local, in rxrpc_new_incoming_call()
Dinput.c1099 static void rxrpc_post_packet_to_local(struct rxrpc_local *local, in rxrpc_post_packet_to_local()
1115 static void rxrpc_reject_packet(struct rxrpc_local *local, struct sk_buff *skb) in rxrpc_reject_packet()
1169 struct rxrpc_local *local = rcu_dereference_sk_user_data(udp_sk); in rxrpc_input_packet()
Dproc.c57 struct rxrpc_local *local; in rxrpc_call_seq_show()
Daf_rxrpc.c132 struct rxrpc_local *local; in rxrpc_bind()
527 struct rxrpc_local *local; in rxrpc_sendmsg()
Dconn_object.c73 struct rxrpc_connection *rxrpc_find_connection_rcu(struct rxrpc_local *local, in rxrpc_find_connection_rcu()
Doutput.c541 void rxrpc_reject_packets(struct rxrpc_local *local) in rxrpc_reject_packets()