Searched refs:msg_sz (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/drivers/net/ |
| A D | xdp.py | 199 def _test_pass(cfg, bpf_info, msg_sz): argument 215 ksft_eq(_test_udp(cfg, port, msg_sz), True, "UDP packet exchange failed") 246 def _test_drop(cfg, bpf_info, msg_sz): argument 262 ksft_eq(_test_udp(cfg, port, msg_sz), False, "UDP packet exchange should fail")
|
| /tools/testing/selftests/net/tcp_ao/ |
| A D | key-management.c | 890 const size_t msg_sz, const size_t msg_nr) in run_client() argument 921 if (test_client_verify(sk, msg_sz, msg_nr)) { in run_client() 935 const size_t msg_sz, const size_t msg_nr) in start_client() argument 941 rnext_index, before, msg_sz, msg_nr); in start_client() 1027 const size_t msg_sz, const size_t msg_nr) in client_non_matching() argument 1043 rnext_index, NULL, msg_sz, msg_nr); in client_non_matching()
|
Completed in 6 milliseconds