Searched defs:rxrpc_local (Results 1 – 1 of 1) sorted by relevance
328 struct rxrpc_local { struct329 struct rcu_head rcu;330 atomic_t active_users; /* Number of users of the local endpoint */331 refcount_t ref; /* Number of references to the structure */332 struct net *net; /* The network namespace */333 struct rxrpc_net *rxnet; /* Our bits in the network namespace */334 struct hlist_node link;335 struct socket *socket; /* my UDP socket */336 struct task_struct *io_thread;337 struct completion io_thread_ready; /* Indication that the I/O thread started */[all …]