Searched refs:netstat_get_one (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | seq-ext.c | 101 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 D | restore.c | 50 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 D | connect-deny.c | 48 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 D | unsigned-md5.c | 65 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 D | aolib.h | 579 static inline uint64_t netstat_get_one(const char *name, bool *not_found) in netstat_get_one() function
|