Home
last modified time | relevance | path

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

/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()
179 struct rxrpc_local *rxrpc_lookup_local(struct net *net, in rxrpc_lookup_local()
182 struct rxrpc_local *local; in rxrpc_lookup_local()
195 local = hlist_entry(cursor, struct rxrpc_local, link); in rxrpc_lookup_local()
266 struct rxrpc_local *rxrpc_get_local(struct rxrpc_local *local) in rxrpc_get_local()
279 struct rxrpc_local *rxrpc_get_local_maybe(struct rxrpc_local *local) in rxrpc_get_local_maybe()
[all …]
Dar-internal.h127 struct rxrpc_local *local; /* local endpoint */
271 struct rxrpc_local { struct
302 struct rxrpc_local *local; argument
346 struct rxrpc_local *local; /* Representation of local endpoint */
761 struct rxrpc_call *rxrpc_new_incoming_call(struct rxrpc_local *,
764 void rxrpc_accept_incoming_calls(struct rxrpc_local *);
837 void rxrpc_clean_up_local_conns(struct rxrpc_local *);
852 struct rxrpc_connection *rxrpc_find_connection_rcu(struct rxrpc_local *,
925 extern void rxrpc_process_local_events(struct rxrpc_local *);
930 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()
313 void rxrpc_new_incoming_peer(struct rxrpc_sock *rx, struct rxrpc_local *local, in rxrpc_new_incoming_peer()
332 struct rxrpc_local *local, in rxrpc_lookup_peer()
Dpeer_event.c30 static struct rxrpc_peer *rxrpc_lookup_peer_icmp_rcu(struct rxrpc_local *local, in rxrpc_lookup_peer_icmp_rcu()
94 static struct rxrpc_peer *rxrpc_lookup_peer_icmp6_rcu(struct rxrpc_local *local, in rxrpc_lookup_peer_icmp6_rcu()
160 struct rxrpc_local *local; in rxrpc_encap_err_rcv()
273 static struct rxrpc_peer *rxrpc_lookup_peer_local_rcu(struct rxrpc_local *local, in rxrpc_lookup_peer_local_rcu()
390 struct rxrpc_local *local; in rxrpc_error_report()
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()
Dproc.c51 struct rxrpc_local *local; in rxrpc_call_seq_show()
337 struct rxrpc_local *local; in rxrpc_local_seq_show()
347 local = hlist_entry(v, struct rxrpc_local, link); in rxrpc_local_seq_show()
Dconn_client.c271 struct rxrpc_local *local = cp->local; in rxrpc_look_up_bundle()
940 struct rxrpc_local *local = bundle->params.local; in rxrpc_deactivate_bundle()
961 struct rxrpc_local *local = conn->params.local; in rxrpc_kill_client_conn()
1102 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()
Daf_rxrpc.c132 struct rxrpc_local *local; in rxrpc_bind()
503 struct rxrpc_local *local; in rxrpc_sendmsg()
Dinput.c1175 static void rxrpc_post_packet_to_local(struct rxrpc_local *local, in rxrpc_post_packet_to_local()
1191 static void rxrpc_reject_packet(struct rxrpc_local *local, struct sk_buff *skb) in rxrpc_reject_packet()
1243 struct rxrpc_local *local = rcu_dereference_sk_user_data(udp_sk); in rxrpc_input_packet()
Dconn_object.c70 struct rxrpc_connection *rxrpc_find_connection_rcu(struct rxrpc_local *local, in rxrpc_find_connection_rcu()
Doutput.c555 void rxrpc_reject_packets(struct rxrpc_local *local) in rxrpc_reject_packets()