Home
last modified time | relevance | path

Searched refs:netstat_get_one (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/net/tcp_ao/
H A Dseq-ext.c101 before_good = netstat_get_one("TCPAOGood", NULL); in server_fn()
141 after_good = netstat_get_one("TCPAOGood", NULL); in server_fn()
152 after_bad = netstat_get_one("TCPAOBad", NULL); in server_fn()
199 before_good = netstat_get_one("TCPAOGood", NULL); in client_fn()
227 after_good = netstat_get_one("TCPAOGood", NULL); in client_fn()
238 after_bad = netstat_get_one("TCPAOBad", NULL); in client_fn()
H A Drestore.c50 before_cnt = netstat_get_one(cnt_name, NULL); in try_server_run()
70 after_cnt = netstat_get_one(cnt_name, NULL); in try_server_run()
151 before_cnt = netstat_get_one(cnt_name, NULL); in test_sk_restore()
183 after_cnt = netstat_get_one(cnt_name, NULL); in test_sk_restore()
H A Dconnect-deny.c48 before_cnt = netstat_get_one(cnt_name, NULL); in try_accept()
86 after_cnt = netstat_get_one(cnt_name, NULL); in try_accept()
H A Dunsigned-md5.c65 before_cnt = netstat_get_one(cnt_name, NULL); in try_accept()
101 after_cnt = netstat_get_one(cnt_name, NULL); in try_accept()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Daolib.h579 static inline uint64_t netstat_get_one(const char *name, bool *not_found) in netstat_get_one() function