Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_utun.c402 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_netif_sync_tx() local
407 if (tx_slot == NULL) { in utun_netif_sync_tx()
427 while (tx_slot != NULL) { in utun_netif_sync_tx()
431 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in utun_netif_sync_tx()
435 tx_pslot = tx_slot; in utun_netif_sync_tx()
436 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_tx()
439 (void) kern_channel_slot_detach_packet(tx_ring, tx_slot, tx_ph); in utun_netif_sync_tx()
446 tx_pslot = tx_slot; in utun_netif_sync_tx()
447 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_tx()
741 kern_channel_slot_t tx_slot = NULL; in utun_netif_sync_rx() local
[all …]
H A Dif_ipsec.c666 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in ipsec_kpipe_sync_tx() local
667 if (tx_slot == NULL) { in ipsec_kpipe_sync_tx()
852 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in ipsec_kpipe_sync_rx() local
853 if (tx_slot == NULL) { in ipsec_kpipe_sync_rx()
871 while (rx_slot != NULL && tx_slot != NULL) { in ipsec_kpipe_sync_rx()
885 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in ipsec_kpipe_sync_rx()
889 tx_pslot = tx_slot; in ipsec_kpipe_sync_rx()
890 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_kpipe_sync_rx()
894 (void) kern_channel_slot_detach_packet(tx_ring, tx_slot, tx_ph); in ipsec_kpipe_sync_rx()
901 tx_pslot = tx_slot; in ipsec_kpipe_sync_rx()
[all …]
H A Dif_headless.c709 kern_channel_slot_t tx_slot; in headless_nx_sync_tx() local
725 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in headless_nx_sync_tx()
726 while (tx_slot != NULL) { in headless_nx_sync_tx()
730 ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in headless_nx_sync_tx()
732 kern_channel_slot_detach_packet(tx_ring, tx_slot, ph); in headless_nx_sync_tx()
735 last_tx_slot = tx_slot; in headless_nx_sync_tx()
736 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in headless_nx_sync_tx()
H A Dif_fake.c1667 kern_channel_slot_t tx_slot; in feth_nx_sync_tx() local
1699 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in feth_nx_sync_tx()
1700 while (tx_slot != NULL) { in feth_nx_sync_tx()
1706 sph = kern_channel_slot_get_packet(tx_ring, tx_slot); in feth_nx_sync_tx()
1708 kern_channel_slot_detach_packet(tx_ring, tx_slot, sph); in feth_nx_sync_tx()
1747 last_tx_slot = tx_slot; in feth_nx_sync_tx()
1748 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in feth_nx_sync_tx()