Searched defs:rxrpc_local (Results 1 – 1 of 1) sorted by relevance
276 struct rxrpc_local { struct277 struct rcu_head rcu;278 atomic_t active_users; /* Number of users of the local endpoint */279 refcount_t ref; /* Number of references to the structure */280 struct net *net; /* The network namespace */281 struct rxrpc_net *rxnet; /* Our bits in the network namespace */282 struct hlist_node link;283 struct socket *socket; /* my UDP socket */284 struct task_struct *io_thread;285 struct completion io_thread_ready; /* Indication that the I/O thread started */[all …]