Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/net/rxrpc/
Dar-internal.h259 struct rxrpc_local { struct
260 struct rcu_head rcu;
261 atomic_t active_users; /* Number of users of the local endpoint */
262 atomic_t usage; /* Number of references to the structure */
263 struct rxrpc_net *rxnet; /* The network ns in which this resides */
264 struct list_head link;
265 struct socket *socket; /* my UDP socket */
266 struct work_struct processor;
290 struct rxrpc_local *local; argument
/kernel/linux/linux-5.10/net/rxrpc/
Dar-internal.h264 struct rxrpc_local { struct
265 struct rcu_head rcu;
266 atomic_t active_users; /* Number of users of the local endpoint */
267 atomic_t usage; /* Number of references to the structure */
268 struct rxrpc_net *rxnet; /* The network ns in which this resides */
269 struct list_head link;
270 struct socket *socket; /* my UDP socket */
271 struct work_struct processor;
295 struct rxrpc_local *local; argument