Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/skywalk/
H A Dskt_netifdirect.c395 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 Dskywalk_test_utils.h295 uint32_t *receive_count, uint32_t *receive_index, boolean_t errors_ok,
H A Dskt_xfer.c1400 bool errors_ok, in channel_port_receive() argument
1463 if (!errors_ok) { in channel_port_receive()
1583 uint32_t batch_size, int child, bool wrong_flow_id, bool errors_ok, in send_and_receive() argument
1640 if (!errors_ok) { in send_and_receive()
1716 errors_ok, &pkts_dropped); in send_and_receive()
1749 if (!errors_ok) { in send_and_receive()
2719 bool errors_ok = false; in skt_xfer_udp_common() local
2834 errors_ok = true; in skt_xfer_udp_common()
2844 how_many, batch_size, child, wrong_flow_id, errors_ok, in skt_xfer_udp_common()