Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dbpf_write_batch.c383 test_bpf_write_batch(int count, u_int data_len, int mtu, bool expect_success, u_int write_size_max) in test_bpf_write_batch() function
394 test_bpf_write_batch(1, 0, 1500, true, 0);
399 test_bpf_write_batch(2, 0, 1500, true, 0);
404 test_bpf_write_batch(3, 0, 1500, true, 0);
409 test_bpf_write_batch(2, 1020, 1500, true, 0);
414 test_bpf_write_batch(2, 1021, 1500, true, 0);
419 test_bpf_write_batch(2, 1022, 1500, true, 0);
424 test_bpf_write_batch(2, 1023, 1500, true, 0);