Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/skywalk/
H A Dskt_flowlookup.c156 sktu_utun_fd_tx_burst(utun_fd, &tx_frame, 1); in test_tcp_flow_receive()
192 sktu_utun_fd_tx_burst(utun_fd, &tx_frame, 1); in test_tcp_flow_listen()
212 sktu_utun_fd_tx_burst(utun_fd, &tx_frame, 1); in test_tcp_flow_listen()
246 sktu_utun_fd_tx_burst(utun_fd, &tx_frame, 1); in test_tcp_flow_listen_v6()
267 sktu_utun_fd_tx_burst(utun_fd, &tx_frame, 1); in test_tcp_flow_listen_v6()
326 sktu_utun_fd_tx_burst(utun_fd, &tx_frame, 1); in test_ip_flow_receive()
352 sktu_utun_fd_tx_burst(utun_fd, &tx_frame, 1); in test_ip_flow_listen()
374 sktu_utun_fd_tx_burst(utun_fd, &tx_frame, 1); in test_ip_flow_listen()
H A Dskywalk_test_utils.h315 extern void sktu_utun_fd_tx_burst(int utun_fd, struct sktu_frame **frames,
H A Dskt_reass.c221 sktu_utun_fd_tx_burst(utun_fd, tx_frames, n_tx_frames); in reass_common()
H A Dskywalk_test_utils.c2251 sktu_utun_fd_tx_burst(int utun_fd, struct sktu_frame **frames, uint32_t n) in sktu_utun_fd_tx_burst() function