Home
last modified time | relevance | path

Searched refs:kern_channel_slot_get_packet (Results 1 – 11 of 11) sorted by relevance

/xnu-11215.81.4/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-11215.81.4/bsd/net/
H A Dskywalk_stubs.c67 STUB(kern_channel_slot_get_packet);
H A Dif_utun.c433 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in utun_netif_sync_tx()
769 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in utun_netif_sync_rx()
3238 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in utun_kpipe_sync_tx()
3384 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in utun_kpipe_sync_rx()
H A Dif_headless.c725 ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in headless_nx_sync_tx()
H A Dif_ipsec.c847 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in ipsec_kpipe_sync_rx()
1143 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in ipsec_netif_sync_tx()
1733 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in ipsec_netif_sync_rx()
H A Dif_redirect.c654 sph = kern_channel_slot_get_packet(tx_ring, tx_slot); in redirect_nx_sync_tx()
H A Dif_fake.c2263 sph = kern_channel_slot_get_packet(tx_ring, tx_slot); in feth_nx_sync_tx()
/xnu-11215.81.4/bsd/skywalk/channel/
H A Dos_channel.h626 extern kern_packet_t kern_channel_slot_get_packet(
H A Dchannel_kern.c273 kern_channel_slot_get_packet(const kern_channel_ring_t kring, in kern_channel_slot_get_packet() function
/xnu-11215.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_filter_vp.c408 ph = kern_channel_slot_get_packet(kring, slot); in netif_filter_na_txsync()
H A Dnx_netif_vp.c694 ph = kern_channel_slot_get_packet(kring, slot); in netif_vp_na_txsync()