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