Searched defs:rxrpc_local (Results 1 – 1 of 1) sorted by relevance
287 struct rxrpc_local { struct288 struct rcu_head rcu;289 atomic_t active_users; /* Number of users of the local endpoint */290 refcount_t ref; /* Number of references to the structure */291 struct net *net; /* The network namespace */292 struct rxrpc_net *rxnet; /* Our bits in the network namespace */293 struct hlist_node link;294 struct socket *socket; /* my UDP socket */295 struct task_struct *io_thread;296 struct completion io_thread_ready; /* Indication that the I/O thread started */[all …]