Home
last modified time | relevance | path

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

/linux-5.19.10/net/rxrpc/
Dar-internal.h271 struct rxrpc_local { struct
272 struct rcu_head rcu;
273 atomic_t active_users; /* Number of users of the local endpoint */
274 refcount_t ref; /* Number of references to the structure */
275 struct rxrpc_net *rxnet; /* The network ns in which this resides */
276 struct hlist_node link;
277 struct socket *socket; /* my UDP socket */
278 struct work_struct processor;
302 struct rxrpc_local *local; argument