Searched defs:rxrpc_peer (Results 1 – 1 of 1) sorted by relevance
338 struct rxrpc_peer { struct339 struct rcu_head rcu; /* This must be first */340 refcount_t ref;341 unsigned long hash_key;342 struct hlist_node hash_link;343 struct rxrpc_local *local;349 seqlock_t service_conn_lock;350 spinlock_t lock; /* access lock */351 int debug_id; /* debug ID for printks */352 struct sockaddr_rxrpc srx; /* remote address */[all …]