Lines Matching defs:socket
35 * Mark applied to socket buffers in skb->mark. skb->priority is used
51 RXRPC_CLIENT_UNBOUND, /* Unbound socket used as client */
57 RXRPC_CLOSE, /* socket is being closed */
139 * RxRPC socket definition
149 struct list_head sock_calls; /* List of calls owned by this socket */
153 struct key *key; /* security for this socket */
161 bool exclusive; /* Exclusive connection for a client socket */
196 * RxRPC socket buffer private variables
281 * - owned by a single AF_RXRPC socket
282 * - pointed to by transport socket struct sk_user_data
291 struct socket *socket; /* my UDP socket */
302 struct rb_root client_bundles; /* Client connection bundles by socket params */
314 bool service_closed; /* Service socket closed */
611 struct rxrpc_sock __rcu *socket; /* socket responsible */
1201 int rxrpc_recvmsg(struct socket *, struct msghdr *, size_t, int);