Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/
H A Dif_utun.c401 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_netif_sync_tx() local
406 if (tx_slot == NULL) { in utun_netif_sync_tx()
426 while (tx_slot != NULL) { in utun_netif_sync_tx()
430 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in utun_netif_sync_tx()
434 tx_pslot = tx_slot; in utun_netif_sync_tx()
435 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_tx()
438 (void) kern_channel_slot_detach_packet(tx_ring, tx_slot, tx_ph); in utun_netif_sync_tx()
445 tx_pslot = tx_slot; in utun_netif_sync_tx()
446 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_tx()
740 kern_channel_slot_t tx_slot = NULL; in utun_netif_sync_rx() local
[all …]
H A Dif_ipsec.c665 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in ipsec_kpipe_sync_tx() local
666 if (tx_slot == NULL) { in ipsec_kpipe_sync_tx()
851 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in ipsec_kpipe_sync_rx() local
852 if (tx_slot == NULL) { in ipsec_kpipe_sync_rx()
870 while (rx_slot != NULL && tx_slot != NULL) { in ipsec_kpipe_sync_rx()
884 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in ipsec_kpipe_sync_rx()
888 tx_pslot = tx_slot; in ipsec_kpipe_sync_rx()
889 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_kpipe_sync_rx()
893 (void) kern_channel_slot_detach_packet(tx_ring, tx_slot, tx_ph); in ipsec_kpipe_sync_rx()
900 tx_pslot = tx_slot; in ipsec_kpipe_sync_rx()
[all …]
H A Dif_headless.c704 kern_channel_slot_t tx_slot; in headless_nx_sync_tx() local
720 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in headless_nx_sync_tx()
721 while (tx_slot != NULL) { in headless_nx_sync_tx()
725 ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in headless_nx_sync_tx()
727 kern_channel_slot_detach_packet(tx_ring, tx_slot, ph); in headless_nx_sync_tx()
730 last_tx_slot = tx_slot; in headless_nx_sync_tx()
731 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in headless_nx_sync_tx()
H A Dif_fake.c1850 kern_channel_slot_t tx_slot; in feth_nx_sync_tx() local
1882 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in feth_nx_sync_tx()
1883 while (tx_slot != NULL) { in feth_nx_sync_tx()
1888 sph = kern_channel_slot_get_packet(tx_ring, tx_slot); in feth_nx_sync_tx()
1890 kern_channel_slot_detach_packet(tx_ring, tx_slot, sph); in feth_nx_sync_tx()
1921 last_tx_slot = tx_slot; in feth_nx_sync_tx()
1922 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in feth_nx_sync_tx()