Searched defs:rxrpc_local (Results 1 – 1 of 1) sorted by relevance
150 struct rxrpc_local { struct151 struct socket *socket; /* my UDP socket */152 struct work_struct destroyer; /* endpoint destroyer */153 struct work_struct acceptor; /* incoming call processor */154 struct work_struct rejecter; /* packet reject writer */155 struct work_struct event_processor; /* endpoint event processor */156 struct list_head services; /* services listening on this endpoint */157 struct list_head link; /* link in endpoint list */158 struct rw_semaphore defrag_sem; /* control re-enablement of IP DF bit */159 struct sk_buff_head accept_queue; /* incoming calls awaiting acceptance */[all …]