Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/rxrpc/
Dar-internal.h128 struct rxrpc_sock { struct
130 struct sock sk;
131 rxrpc_notify_new_call_t notify_new_call; /* Func to notify of new call */
132 rxrpc_discard_new_call_t discard_new_call; /* Func to discard a new call */
133 struct rxrpc_local *local; /* local endpoint */
134 struct rxrpc_backlog *backlog; /* Preallocation for services */
135 spinlock_t incoming_lock; /* Incoming call vs service shutdown lock */
136 struct list_head sock_calls; /* List of calls owned by this socket */
160 #define rxrpc_sk(__sk) container_of((__sk), struct rxrpc_sock, sk) argument