Searched defs:rxrpc_peer (Results 1 – 1 of 1) sorted by relevance
398 struct rxrpc_peer { struct399 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 …]