Home
last modified time | relevance | path

Searched defs:rxrpc_peer (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/net/rxrpc/
Dar-internal.h297 struct rxrpc_peer { struct
298 struct rcu_head rcu; /* This must be first */
299 refcount_t ref;
300 unsigned long hash_key;
301 struct hlist_node hash_link;
302 struct rxrpc_local *local;
303 struct hlist_head error_targets; /* targets for net error distribution */
304 struct rb_root service_conns; /* Service connections */
305 struct list_head keepalive_link; /* Link in net->peer_keepalive[] */
306 time64_t last_tx_at; /* Last time packet sent here */
[all …]