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 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-10063.121.3/bsd/net/ |
| H A D | skywalk_stubs.c | 67 STUB(kern_channel_slot_get_packet);
|
| H A D | if_utun.c | 433 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 D | if_ipsec.c | 891 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 D | if_headless.c | 725 ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in headless_nx_sync_tx()
|
| H A D | if_redirect.c | 655 sph = kern_channel_slot_get_packet(tx_ring, tx_slot); in redirect_nx_sync_tx()
|
| H A D | if_fake.c | 2092 sph = kern_channel_slot_get_packet(tx_ring, tx_slot); in feth_nx_sync_tx()
|
| /xnu-10063.121.3/bsd/skywalk/channel/ |
| H A D | os_channel.h | 626 extern kern_packet_t kern_channel_slot_get_packet(
|
| H A D | channel_kern.c | 267 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 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()
|