Home
last modified time | relevance | path

Searched defs:rxrpc_peer (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/net/rxrpc/
Dar-internal.h338 struct rxrpc_peer { struct
339 struct rcu_head rcu; /* This must be first */
340 refcount_t ref;
341 unsigned long hash_key;
342 struct hlist_node hash_link;
343 struct rxrpc_local *local;
344 struct hlist_head error_targets; /* targets for net error distribution */
345 struct rb_root service_conns; /* Service connections */
346 struct list_head keepalive_link; /* Link in net->peer_keepalive[] */
347 unsigned long app_data; /* Application data (e.g. afs_server) */
[all …]