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