Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dar-internal.h398 struct rxrpc_peer { struct
399 struct rcu_head rcu; /* This must be first */
400 refcount_t ref;
401 unsigned long hash_key;
402 struct hlist_node hash_link;
403 struct rxrpc_local *local;
404 struct hlist_head error_targets; /* targets for net error distribution */
405 struct rb_root service_conns; /* Service connections */
406 struct list_head keepalive_link; /* Link in net->peer_keepalive[] */
407 unsigned long app_data; /* Application data (e.g. afs_server) */
[all …]