Searched defs:rxrpc_peer (Results 1 – 1 of 1) sorted by relevance
380 struct rxrpc_peer { struct381 struct rcu_head rcu; /* This must be first */382 refcount_t ref;383 unsigned long hash_key;384 struct hlist_node hash_link;385 struct rxrpc_local *local;386 struct hlist_head error_targets; /* targets for net error distribution */387 struct rb_root service_conns; /* Service connections */388 struct list_head keepalive_link; /* Link in net->peer_keepalive[] */389 unsigned long app_data; /* Application data (e.g. afs_server) */[all …]