Home
last modified time | relevance | path

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

/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