Searched defs:rxrpc_peer (Results 1 – 1 of 1) sorted by relevance
317 struct rxrpc_peer { struct318 struct rcu_head rcu; /* This must be first */319 refcount_t ref;320 unsigned long hash_key;321 struct hlist_node hash_link;322 struct rxrpc_local *local;323 struct hlist_head error_targets; /* targets for net error distribution */324 struct rb_root service_conns; /* Service connections */325 struct list_head keepalive_link; /* Link in net->peer_keepalive[] */326 time64_t last_tx_at; /* Last time packet sent here */[all …]