Searched defs:rxrpc_local (Results 1 – 1 of 1) sorted by relevance
279 struct rxrpc_local { struct280 struct rcu_head rcu;281 atomic_t active_users; /* Number of users of the local endpoint */282 atomic_t usage; /* Number of references to the structure */283 struct rxrpc_net *rxnet; /* The network ns in which this resides */284 struct list_head link;285 struct socket *socket; /* my UDP socket */286 struct work_struct processor;310 struct rxrpc_local *local; argument