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