Searched defs:rxrpc_peer (Results 1 – 1 of 1) sorted by relevance
175 struct rxrpc_peer { struct176 struct work_struct destroyer; /* peer destroyer */177 struct list_head link; /* link in master peer list */178 struct list_head error_targets; /* targets for net error distribution */179 spinlock_t lock; /* access lock */180 atomic_t usage;204 struct rxrpc_peer *peer; /* remote transport endpoint */ argument