Home
last modified time | relevance | path

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

/Linux-v5.10/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()
197 struct rxrpc_local *rxrpc_lookup_local(struct net *net, in rxrpc_lookup_local()
200 struct rxrpc_local *local; in rxrpc_lookup_local()
215 local = list_entry(cursor, struct rxrpc_local, link); in rxrpc_lookup_local()
285 struct rxrpc_local *rxrpc_get_local(struct rxrpc_local *local) in rxrpc_get_local()
298 struct rxrpc_local *rxrpc_get_local_maybe(struct rxrpc_local *local) in rxrpc_get_local_maybe()
[all …]
Dar-internal.h133 struct rxrpc_local *local; /* local endpoint */
264 struct rxrpc_local { struct
295 struct rxrpc_local *local; argument
339 struct rxrpc_local *local; /* Representation of local endpoint */
750 struct rxrpc_call *rxrpc_new_incoming_call(struct rxrpc_local *,
753 void rxrpc_accept_incoming_calls(struct rxrpc_local *);
828 void rxrpc_clean_up_local_conns(struct rxrpc_local *);
843 struct rxrpc_connection *rxrpc_find_connection_rcu(struct rxrpc_local *,
919 extern void rxrpc_process_local_events(struct rxrpc_local *);
924 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()
283 struct rxrpc_local *local, in rxrpc_create_peer()
307 void rxrpc_new_incoming_peer(struct rxrpc_sock *rx, struct rxrpc_local *local, in rxrpc_new_incoming_peer()
326 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.c267 struct rxrpc_local *local = cp->local; in rxrpc_look_up_bundle()
902 struct rxrpc_local *local = bundle->params.local; in rxrpc_unbundle_conn()
952 struct rxrpc_local *local = conn->params.local; in rxrpc_kill_client_conn()
1094 void rxrpc_clean_up_local_conns(struct rxrpc_local *local) in rxrpc_clean_up_local_conns()
Dcall_accept.c260 struct rxrpc_local *local, in rxrpc_alloc_incoming_call()
347 struct rxrpc_call *rxrpc_new_incoming_call(struct rxrpc_local *local, in rxrpc_new_incoming_call()
Dproc.c57 struct rxrpc_local *local; in rxrpc_call_seq_show()
Dinput.c1139 static void rxrpc_post_packet_to_local(struct rxrpc_local *local, in rxrpc_post_packet_to_local()
1155 static void rxrpc_reject_packet(struct rxrpc_local *local, struct sk_buff *skb) in rxrpc_reject_packet()
1209 struct rxrpc_local *local = rcu_dereference_sk_user_data(udp_sk); in rxrpc_input_packet()
Daf_rxrpc.c132 struct rxrpc_local *local; in rxrpc_bind()
502 struct rxrpc_local *local; in rxrpc_sendmsg()
Dconn_object.c71 struct rxrpc_connection *rxrpc_find_connection_rcu(struct rxrpc_local *local, in rxrpc_find_connection_rcu()
Doutput.c551 void rxrpc_reject_packets(struct rxrpc_local *local) in rxrpc_reject_packets()
/Linux-v5.10/include/trace/events/
Drxrpc.h482 TRACE_EVENT(rxrpc_local,