Searched defs:rxrpc_sock (Results 1 – 1 of 1) sorted by relevance
168 struct rxrpc_sock { struct170 struct sock sk;171 const struct rxrpc_kernel_ops *app_ops; /* Table of kernel app notification funcs */172 struct rxrpc_local *local; /* local endpoint */173 struct rxrpc_backlog *backlog; /* Preallocation for services */174 struct sk_buff_head recvmsg_oobq; /* OOB messages for recvmsg to pick up */175 struct rb_root pending_oobq; /* OOB messages awaiting userspace to respond to */176 u64 oob_id_counter; /* OOB message ID counter */177 spinlock_t incoming_lock; /* Incoming call vs service shutdown lock */178 struct list_head sock_calls; /* List of calls owned by this socket */[all …]