Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dar-internal.h149 struct rxrpc_sock { struct
151 struct sock sk;
152 const struct rxrpc_kernel_ops *app_ops; /* Table of kernel app notification funcs */
153 struct rxrpc_local *local; /* local endpoint */
154 struct rxrpc_backlog *backlog; /* Preallocation for services */
155 struct sk_buff_head recvmsg_oobq; /* OOB messages for recvmsg to pick up */
156 struct rb_root pending_oobq; /* OOB messages awaiting userspace to respond to */
157 u64 oob_id_counter; /* OOB message ID counter */
158 spinlock_t incoming_lock; /* Incoming call vs service shutdown lock */
159 struct list_head sock_calls; /* List of calls owned by this socket */
[all …]