Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/skywalk/
H A Dskt_reass.c216 size_t n_tx_frames; in reass_common() local
218 n_tx_frames = flow->create_input_frames(flow, tx_frames, MAX_FRAMES, in reass_common()
221 sktu_utun_fd_tx_burst(utun_fd, tx_frames, n_tx_frames); in reass_common()
226 assert(n_rx_frames == n_tx_frames); in reass_common()
235 sktu_frames_free(tx_frames, n_tx_frames); in reass_common()