Searched defs:rxrpc_peer (Results 1 – 2 of 2) sorted by relevance
282 struct rxrpc_peer { struct283 struct rcu_head rcu; /* This must be first */284 refcount_t ref;285 unsigned long hash_key;286 struct hlist_node hash_link;287 struct rxrpc_local *local;288 struct hlist_head error_targets; /* targets for net error distribution */289 struct rb_root service_conns; /* Service connections */290 struct list_head keepalive_link; /* Link in net->peer_keepalive[] */291 time64_t last_tx_at; /* Last time packet sent here */[all …]
325 struct rxrpc_peer { struct326 struct rcu_head rcu; /* This must be first */327 refcount_t ref;328 unsigned long hash_key;329 struct hlist_node hash_link;330 struct rxrpc_local *local;331 struct hlist_head error_targets; /* targets for net error distribution */332 struct rb_root service_conns; /* Service connections */333 struct list_head keepalive_link; /* Link in net->peer_keepalive[] */334 time64_t last_tx_at; /* Last time packet sent here */[all …]