Home
last modified time | relevance | path

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

/xnu-10063.121.3/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-10063.121.3/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()
768 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in utun_netif_sync_rx()
3230 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in utun_kpipe_sync_tx()
3374 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in utun_kpipe_sync_rx()
H A Dif_ipsec.c891 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in ipsec_kpipe_sync_rx_mbuf()
1198 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in ipsec_kpipe_sync_rx_packet()
1505 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in ipsec_netif_sync_tx()
1965 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in ipsec_netif_sync_rx_mbuf()
2571 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in ipsec_netif_sync_rx_packet()
H A Dif_headless.c725 ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in headless_nx_sync_tx()
H A Dif_redirect.c655 sph = kern_channel_slot_get_packet(tx_ring, tx_slot); in redirect_nx_sync_tx()
H A Dif_fake.c2092 sph = kern_channel_slot_get_packet(tx_ring, tx_slot); in feth_nx_sync_tx()
/xnu-10063.121.3/bsd/skywalk/channel/
H A Dos_channel.h626 extern kern_packet_t kern_channel_slot_get_packet(
H A Dchannel_kern.c267 kern_channel_slot_get_packet(const kern_channel_ring_t kring, in kern_channel_slot_get_packet() function
/xnu-10063.121.3/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()