Home
last modified time | relevance | path

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

/Linux-v5.15/net/rxrpc/
Dlocal_object.c35 static long rxrpc_local_cmp_key(const struct rxrpc_local *local, in rxrpc_local_cmp_key()
75 static struct rxrpc_local *rxrpc_alloc_local(struct rxrpc_net *rxnet, in rxrpc_alloc_local()
78 struct rxrpc_local *local; in rxrpc_alloc_local()
80 local = kzalloc(sizeof(struct rxrpc_local), GFP_KERNEL); in rxrpc_alloc_local()
108 static int rxrpc_open_socket(struct rxrpc_local *local, struct net *net) in rxrpc_open_socket()
175 struct rxrpc_local *rxrpc_lookup_local(struct net *net, in rxrpc_lookup_local()
178 struct rxrpc_local *local; in rxrpc_lookup_local()
193 local = list_entry(cursor, struct rxrpc_local, link); in rxrpc_lookup_local()
263 struct rxrpc_local *rxrpc_get_local(struct rxrpc_local *local) in rxrpc_get_local()
276 struct rxrpc_local *rxrpc_get_local_maybe(struct rxrpc_local *local) in rxrpc_get_local_maybe()
[all …]
Dar-internal.h135 struct rxrpc_local *local; /* local endpoint */
279 struct rxrpc_local { struct
310 struct rxrpc_local *local; argument
354 struct rxrpc_local *local; /* Representation of local endpoint */
767 struct rxrpc_call *rxrpc_new_incoming_call(struct rxrpc_local *,
770 void rxrpc_accept_incoming_calls(struct rxrpc_local *);
845 void rxrpc_clean_up_local_conns(struct rxrpc_local *);
860 struct rxrpc_connection *rxrpc_find_connection_rcu(struct rxrpc_local *,
933 extern void rxrpc_process_local_events(struct rxrpc_local *);
938 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()
Dconn_client.c261 struct rxrpc_local *local = cp->local; in rxrpc_look_up_bundle()
896 struct rxrpc_local *local = bundle->params.local; in rxrpc_unbundle_conn()
946 struct rxrpc_local *local = conn->params.local; in rxrpc_kill_client_conn()
1088 void rxrpc_clean_up_local_conns(struct rxrpc_local *local) in rxrpc_clean_up_local_conns()
Dcall_accept.c261 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()
503 struct rxrpc_local *local; in rxrpc_sendmsg()
Dconn_object.c70 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.15/include/trace/events/
Drxrpc.h482 TRACE_EVENT(rxrpc_local,