Home
last modified time | relevance | path

Searched defs:rxrpc_local (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/rxrpc/
Dar-internal.h259 struct rxrpc_local { struct
260 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