Searched refs:netstat_get_one (Results 1 – 4 of 4) 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 | connect-deny.c | 49 before_cnt = netstat_get_one(cnt_name, NULL); in try_accept() 90 after_cnt = netstat_get_one(cnt_name, NULL); in try_accept()
|
H A D | unsigned-md5.c | 66 before_cnt = netstat_get_one(cnt_name, NULL); in try_accept() 105 after_cnt = netstat_get_one(cnt_name, NULL); in try_accept()
|
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | aolib.h | 646 static inline uint64_t netstat_get_one(const char *name, bool *not_found) in netstat_get_one() function
|