Lines Matching full:socket
14 #include <sys/socket.h>
47 /* Run accept() on a socket in the cgroup to receive a new connection. */
83 /* Run connect() on a socket in the cgroup to start a new connection. */
200 /* Check the types of outgoing packets of a server socket to make sure they
201 * are consistent with the state of the server socket.
215 /* Egress of the server socket. */ in server_egress()
223 /* Check the types of incoming packets of a server socket to make sure they
224 * are consistent with the state of the server socket.
238 /* Ingress of the server socket. */ in server_ingress()
246 /* Check the types of outgoing packets of a server socket to make sure they
247 * are consistent with the state of the server socket.
261 /* Egress of the server socket. */ in server_egress_srv()
269 /* Check the types of incoming packets of a server socket to make sure they
270 * are consistent with the state of the server socket.
284 /* Ingress of the server socket. */ in server_ingress_srv()
292 /* Check the types of outgoing packets of a client socket to make sure they
293 * are consistent with the state of the client socket.
307 /* Egress of the server socket. */ in client_egress_srv()
315 /* Check the types of incoming packets of a client socket to make sure they
316 * are consistent with the state of the client socket.
330 /* Ingress of the server socket. */ in client_ingress_srv()
338 /* Check the types of outgoing packets of a client socket to make sure they
339 * are consistent with the state of the client socket.
353 /* Egress of the server socket. */ in client_egress()
361 /* Check the types of incoming packets of a client socket to make sure they
362 * are consistent with the state of the client socket.
376 /* Ingress of the server socket. */ in client_ingress()