Home
last modified time | relevance | path

Searched defs:rxrpc_local (Results 1 – 1 of 1) sorted by relevance

/linux/net/rxrpc/
H A Dar-internal.h329 struct rxrpc_local { struct
330 struct rcu_head rcu;
331 atomic_t active_users; /* Number of users of the local endpoint */
332 refcount_t ref; /* Number of references to the structure */
333 struct net *net; /* The network namespace */
334 struct rxrpc_net *rxnet; /* Our bits in the network namespace */
335 struct hlist_node link;
336 struct socket *socket; /* my UDP socket */
337 struct task_struct *io_thread;
338 struct completion io_thread_ready; /* Indication that the I/O thread started */
[all …]