Lines Matching defs:rxrpc_local
150 struct rxrpc_local { struct
151 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 */
160 struct sk_buff_head reject_queue; /* packets awaiting rejection */
161 struct sk_buff_head event_queue; /* endpoint event packets awaiting processing */
162 spinlock_t lock; /* access lock */
163 rwlock_t services_lock; /* lock for services list */
164 atomic_t usage;
165 int debug_id; /* debug ID for printks */
166 volatile char error_rcvd; /* T if received ICMP error outstanding */
167 struct sockaddr_rxrpc srx; /* local address */