Searched refs:kern_channel_slot_get_packet (Results 1 – 10 of 10) sorted by relevance
| /xnu-8792.41.9/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kpipe_loopback.c | 380 ph = kern_channel_slot_get_packet(txkring, ts); in kplo_sync_tx() 422 VERIFY(kern_channel_slot_get_packet(txkring, ts) == 0); in kplo_sync_tx() 425 VERIFY(kern_channel_slot_get_packet(txkring, ts) == ph); in kplo_sync_tx() 430 tph = kern_channel_slot_get_packet(ring, ts); in kplo_sync_tx()
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | skywalk_stubs.c | 73 STUB(kern_channel_slot_get_packet);
|
| H A D | if_utun.c | 431 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in utun_netif_sync_tx() 766 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in utun_netif_sync_rx() 3223 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in utun_kpipe_sync_tx() 3367 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in utun_kpipe_sync_rx()
|
| H A D | if_headless.c | 729 ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in headless_nx_sync_tx()
|
| H A D | if_ipsec.c | 885 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in ipsec_kpipe_sync_rx() 1221 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in ipsec_netif_sync_tx() 1680 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in ipsec_netif_sync_rx()
|
| H A D | if_fake.c | 1889 sph = kern_channel_slot_get_packet(tx_ring, tx_slot); in feth_nx_sync_tx()
|
| /xnu-8792.41.9/bsd/skywalk/channel/ |
| H A D | os_channel.h | 612 extern kern_packet_t kern_channel_slot_get_packet(
|
| H A D | channel_kern.c | 271 kern_channel_slot_get_packet(const kern_channel_ring_t kring, in kern_channel_slot_get_packet() function
|
| /xnu-8792.41.9/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_filter_vp.c | 407 ph = kern_channel_slot_get_packet(kring, slot); in netif_filter_na_txsync()
|
| H A D | nx_netif_vp.c | 692 ph = kern_channel_slot_get_packet(kring, slot); in netif_vp_na_txsync()
|