Home | History | Annotate | Download | only in net_test

Lines Matching full:sockets

95     """Tests that inet_diag_find_one_icsk can find mapped sockets.
99 f77e059 net: diag: support v4mapped sockets in inet_diag_find_one_icsk()
119 sockets = self.sock_diag.DumpAllInetSockets(IPPROTO_TCP, NO_BYTECODE)
120 self.assertGreaterEqual(len(sockets), NUM_SOCKETS)
122 # Find the cookies for all of our sockets.
124 for diag_msg, unused_attrs in sockets:
184 # Pick a few sockets in hash table order, and check that the bytecode we
197 sockets = self.sock_diag.DumpAllInetSockets(IPPROTO_TCP, bytecode)
198 self.assertEquals(1, len(sockets))
201 self.assertEquals(diag_msg.Pack(), sockets[0][0].Pack())
211 # sockets other than the ones it creates itself. Make the bytecode more
223 # IPv4/v6 filters must never match IPv6/IPv4 sockets...
274 6eb5d2e net: diag: Support SOCK_DESTROY for inet sockets.
275 c1e64e2 net: diag: Support destroying TCP sockets.
276 2010b93 net: tcp: deal with listen sockets properly in tcp_abort.
281 7a2ddbc net: diag: Support SOCK_DESTROY for inet sockets.
282 44047b2 net: diag: Support destroying TCP sockets.
283 200dae7 net: tcp: deal with listen sockets properly in tcp_abort.
288 3d4ce85 net: diag: Support SOCK_DESTROY for inet sockets.
289 529dfc6 net: diag: Support destroying TCP sockets.
290 9c712fe net: tcp: deal with listen sockets properly in tcp_abort.
295 8387ea2 net: diag: Support SOCK_DESTROY for inet sockets.
296 b80585a net: diag: Support destroying TCP sockets.
297 476c6ce net: tcp: deal with listen sockets properly in tcp_abort.
303 # Close one of the sockets.
323 # Check that both sockets in the pair are closed.
333 # Test that killing unix sockets returns EOPNOTSUPP.
355 """Tests for the absence of a bug with AF_INET6 TCP SYN-RECV sockets.
415 """Checks that closing sockets in appropriate states sends a RST."""
421 """Finds the SYN_RECV child sockets
442 # The new TCP listener code in 4.4 makes SYN_RECV sockets live in the
444 # Before 4.4, we can see those sockets in dumps, but we can't fetch
474 # Closing the parent will close child sockets, which will send a RST,