Searched defs:socket (Results 1 - 2 of 2) sorted by relevance

/net/netfilter/
H A Dxt_qtaguid_internal.h86 * with sockets: all data belonging to that socket will be counted against the
145 * Maximum number of socket tags that a UID is allowed to have active.
251 * Track tag that this socket is transferring data for, and not necessarily
252 * the uid that owns the socket.
259 /* The socket is needed for sockfd_put() */
260 struct socket *socket; member in struct:sock_tag
295 * This might happen for traffic while the socket is being closed.
/net/rxrpc/
H A Dar-internal.h46 RXRPC_CLOSE, /* socket is being closed */
50 * RxRPC socket definition
63 struct key *key; /* security for this socket */
65 struct rb_root calls; /* outstanding calls on this socket */
67 #define RXRPC_SOCK_EXCLUSIVE_CONN 1 /* exclusive connection for a client socket */
79 * RxRPC socket buffer private variables
151 struct socket *socket; /* my UDP socket */ member in struct:rxrpc_local
299 struct rxrpc_sock *socket; /* socke member in struct:rxrpc_call
[all...]

Completed in 165 milliseconds