Searched defs:rxrpc_local (Results 1 – 1 of 1) sorted by relevance
259 struct rxrpc_local { struct260 struct rcu_head rcu;261 atomic_t usage;262 struct rxrpc_net *rxnet; /* The network ns in which this resides */263 struct list_head link;264 struct socket *socket; /* my UDP socket */265 struct work_struct processor;289 struct rxrpc_local *local; argument