| /xnu-10002.1.13/bsd/net/ |
| H A D | if_utun.c | 401 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_netif_sync_tx() 435 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_tx() 446 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_tx() 640 kern_channel_slot_t rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in utun_netif_sync_rx() 733 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in utun_netif_sync_rx() 756 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_netif_sync_rx() 769 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in utun_netif_sync_rx() 841 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in utun_netif_sync_rx() 3198 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_kpipe_sync_tx() 3220 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in utun_kpipe_sync_tx() [all …]
|
| H A D | if_ipsec.c | 672 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in ipsec_kpipe_sync_tx() 858 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in ipsec_kpipe_sync_rx_mbuf() 874 kern_channel_slot_t rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in ipsec_kpipe_sync_rx_mbuf() 896 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_kpipe_sync_rx_mbuf() 908 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_kpipe_sync_rx_mbuf() 1001 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in ipsec_kpipe_sync_rx_mbuf() 1164 kern_channel_slot_t tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in ipsec_kpipe_sync_rx_packet() 1180 kern_channel_slot_t rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in ipsec_kpipe_sync_rx_packet() 1202 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_kpipe_sync_rx_packet() 1215 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in ipsec_kpipe_sync_rx_packet() [all …]
|
| H A D | skywalk_stubs.c | 59 STUB(kern_channel_get_next_slot);
|
| H A D | if_headless.c | 720 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in headless_nx_sync_tx() 731 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in headless_nx_sync_tx() 784 rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in headless_nx_sync_rx() 819 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in headless_nx_sync_rx()
|
| H A D | if_fake.c | 1316 rx_slot = kern_channel_get_next_slot(rx_ring, NULL, NULL); in feth_rx_submit() 1360 rx_slot = kern_channel_get_next_slot(rx_ring, rx_slot, NULL); in feth_rx_submit() 2086 tx_slot = kern_channel_get_next_slot(tx_ring, NULL, NULL); in feth_nx_sync_tx() 2132 tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL); in feth_nx_sync_tx()
|
| H A D | if_redirect.c | 651 while ((tx_slot = kern_channel_get_next_slot(tx_ring, tx_slot, NULL)) != NULL) { in redirect_nx_sync_tx() 726 rx_slot = kern_channel_get_next_slot(rx_ring, last_rx_slot, NULL); in redirect_rx_cb()
|
| /xnu-10002.1.13/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kpipe_loopback.c | 356 rs = kern_channel_get_next_slot(rxkring, NULL, NULL); in kplo_sync_tx() 357 ts = kern_channel_get_next_slot(txkring, NULL, NULL); in kplo_sync_tx() 438 rs = kern_channel_get_next_slot(rxkring, rs, NULL); in kplo_sync_tx() 439 ts = kern_channel_get_next_slot(txkring, ts, NULL); in kplo_sync_tx()
|
| /xnu-10002.1.13/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_filter_vp.c | 102 slot = kern_channel_get_next_slot(ring, slot, NULL); in netif_filter_deliver() 403 slot = kern_channel_get_next_slot(kring, slot, NULL); in netif_filter_na_txsync()
|
| H A D | nx_netif_vp.c | 159 slot = kern_channel_get_next_slot(ring, last_slot, NULL); in netif_deliver_pkt() 688 slot = kern_channel_get_next_slot(kring, slot, NULL); in netif_vp_na_txsync() 1138 slot = kern_channel_get_next_slot(ring, NULL, NULL); in netif_vp_na_channel_event_notify()
|
| /xnu-10002.1.13/bsd/skywalk/channel/ |
| H A D | os_channel.h | 616 extern kern_channel_slot_t kern_channel_get_next_slot(
|
| H A D | channel_kern.c | 104 kern_channel_get_next_slot(const kern_channel_ring_t kring, in kern_channel_get_next_slot() function
|
| /xnu-10002.1.13/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_vp.c | 606 slot = kern_channel_get_next_slot(ring, NULL, NULL); in fsw_vp_na_channel_event_notify()
|