Searched defs:rxrpc_local (Results 1 – 2 of 2) sorted by relevance
259 struct rxrpc_local { struct260 struct rcu_head rcu;261 atomic_t active_users; /* Number of users of the local endpoint */262 atomic_t usage; /* Number of references to the structure */263 struct rxrpc_net *rxnet; /* The network ns in which this resides */264 struct list_head link;265 struct socket *socket; /* my UDP socket */266 struct work_struct processor;290 struct rxrpc_local *local; argument
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