Home
last modified time | relevance | path

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 Dnx_kpipe_loopback.c380 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 Dskywalk_stubs.c73 STUB(kern_channel_slot_get_packet);
H A Dif_utun.c431 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 Dif_headless.c729 ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in headless_nx_sync_tx()
H A Dif_ipsec.c885 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 Dif_fake.c1889 sph = kern_channel_slot_get_packet(tx_ring, tx_slot); in feth_nx_sync_tx()
/xnu-8792.41.9/bsd/skywalk/channel/
H A Dos_channel.h612 extern kern_packet_t kern_channel_slot_get_packet(
H A Dchannel_kern.c271 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 Dnx_netif_filter_vp.c407 ph = kern_channel_slot_get_packet(kring, slot); in netif_filter_na_txsync()
H A Dnx_netif_vp.c692 ph = kern_channel_slot_get_packet(kring, slot); in netif_vp_na_txsync()