Searched defs:rxrpc_local (Results 1 – 1 of 1) sorted by relevance
266 struct rxrpc_local { struct267 struct rcu_head rcu;268 atomic_t active_users; /* Number of users of the local endpoint */269 atomic_t usage; /* Number of references to the structure */270 struct rxrpc_net *rxnet; /* The network ns in which this resides */271 struct list_head link;272 struct socket *socket; /* my UDP socket */273 struct work_struct processor;297 struct rxrpc_local *local; argument