Lines Matching defs:socket
32 * Mark applied to socket buffers in skb->mark. skb->priority is used
45 RXRPC_CLIENT_UNBOUND, /* Unbound socket used as client */
51 RXRPC_CLOSE, /* socket is being closed */
118 * RxRPC socket definition
128 struct list_head sock_calls; /* List of calls owned by this socket */
132 struct key *key; /* security for this socket */
140 bool exclusive; /* Exclusive connection for a client socket */
175 * RxRPC socket buffer private variables
253 * - owned by a single AF_RXRPC socket
254 * - pointed to by transport socket struct sk_user_data
262 struct socket *socket; /* my UDP socket */
268 struct rb_root client_bundles; /* Client connection bundles by socket params */
274 bool service_closed; /* Service socket closed */
549 struct rxrpc_sock __rcu *socket; /* socket responsible */
574 struct sk_buff *tx_pending; /* Tx socket buffer being filled */
1009 int rxrpc_recvmsg(struct socket *, struct msghdr *, size_t, int);