Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/rxrpc/
Dar-internal.h284 struct rxrpc_local { struct
285 struct rcu_head rcu;
286 atomic_t active_users; /* Number of users of the local endpoint */
287 refcount_t ref; /* Number of references to the structure */
288 struct net *net; /* The network namespace */
289 struct rxrpc_net *rxnet; /* Our bits in the network namespace */
290 struct hlist_node link;
291 struct socket *socket; /* my UDP socket */
292 struct task_struct *io_thread;
293 struct completion io_thread_ready; /* Indication that the I/O thread started */
[all …]
/kernel/linux/linux-5.10/net/rxrpc/
Dar-internal.h256 struct rxrpc_local { struct
257 struct rcu_head rcu;
258 atomic_t active_users; /* Number of users of the local endpoint */
259 refcount_t ref; /* Number of references to the structure */
260 struct rxrpc_net *rxnet; /* The network ns in which this resides */
261 struct hlist_node link;
262 struct socket *socket; /* my UDP socket */
263 struct work_struct processor;
287 struct rxrpc_local *local; argument