Searched refs:errors_ok (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skt_netifdirect.c | 395 uint32_t *receive_count, uint32_t *receive_index, boolean_t errors_ok, in skt_netif_channel_receive() argument 444 if (!errors_ok) { in skt_netif_channel_receive() 490 boolean_t errors_ok = FALSE; in skt_netif_send_and_receive() local 527 errors_ok = TRUE; in skt_netif_send_and_receive() 544 if (!errors_ok) { in skt_netif_send_and_receive() 619 &receive_packet_index, errors_ok, in skt_netif_send_and_receive() 705 if (!errors_ok) { in skt_netif_send_and_receive()
|
| H A D | skt_xfer.c | 1399 bool errors_ok, in channel_port_receive() argument 1462 if (!errors_ok) { in channel_port_receive() 1582 uint32_t batch_size, int child, bool wrong_flow_id, bool errors_ok, in send_and_receive() argument 1639 if (!errors_ok) { in send_and_receive() 1715 errors_ok, &pkts_dropped); in send_and_receive() 1748 if (!errors_ok) { in send_and_receive() 2718 bool errors_ok = false; in skt_xfer_udp_common() local 2833 errors_ok = true; in skt_xfer_udp_common() 2843 how_many, batch_size, child, wrong_flow_id, errors_ok, in skt_xfer_udp_common()
|
| H A D | skywalk_test_utils.h | 297 uint32_t *receive_count, uint32_t *receive_index, boolean_t errors_ok,
|