Home
last modified time | relevance | path

Searched refs:netstat_read (Results 1 – 8 of 8) sorted by relevance

/linux-6.14.4/tools/testing/selftests/net/tcp_ao/
Dself-connect.c61 ns_before = netstat_read(); in tcp_self_connect()
68 ns_after = netstat_read(); in tcp_self_connect()
79 ns_after = netstat_read(); in tcp_self_connect()
144 ns_after = netstat_read(); in tcp_self_connect()
Dconnect.c51 ns_before = netstat_read(); in client_fn()
61 ns_after = netstat_read(); in client_fn()
Drst.c178 ns_before = netstat_read(); in server_fn()
183 ns_after = netstat_read(); in server_fn()
442 ns_before = netstat_read(); in client_fn()
447 ns_after = netstat_read(); in client_fn()
Dicmps-accept.c61 ns_before = netstat_read(); in serve_interfered()
67 ns_after = netstat_read(); in serve_interfered()
Dicmps-discard.c61 ns_before = netstat_read(); in serve_interfered()
67 ns_after = netstat_read(); in serve_interfered()
/linux-6.14.4/tools/testing/selftests/net/tcp_ao/lib/
Dproc.c145 struct netstat *netstat_read(void) in netstat_read() function
Daolib.h574 extern struct netstat *netstat_read(void);
582 struct netstat *ns = netstat_read(); in netstat_get_one()
Dsock.c348 ns = netstat_read(); in test_get_tcp_ao_counters()