Searched defs:rxrpc_local (Results 1 – 1 of 1) sorted by relevance
256 struct rxrpc_local { struct257 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