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;391 seqlock_t service_conn_lock;392 spinlock_t lock; /* access lock */393 int debug_id; /* debug ID for printks */394 struct sockaddr_rxrpc srx; /* remote address */[all …]
Completed in 15 milliseconds