Home
last modified time | relevance | path

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

/linux-6.12.1/net/rxrpc/
Dar-internal.h329 struct rxrpc_peer { struct
330 struct rcu_head rcu; /* This must be first */
331 refcount_t ref;
332 unsigned long hash_key;
333 struct hlist_node hash_link;
334 struct rxrpc_local *local;
335 struct hlist_head error_targets; /* targets for net error distribution */
336 struct rb_root service_conns; /* Service connections */
337 struct list_head keepalive_link; /* Link in net->peer_keepalive[] */
338 time64_t last_tx_at; /* Last time packet sent here */
[all …]