Home
last modified time | relevance | path

Searched refs:kern_packet_append (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/net/ !
H A Dskywalk_stubs.c162 STUB(kern_packet_append);
H A Dif_utun.c441 kern_packet_append(tx_ph, tx_chain_ph); in utun_netif_sync_tx()
3375 kern_packet_append(tx_ph, tx_chain_ph); in utun_kpipe_sync_rx()
H A Dif_ipsec.c896 kern_packet_append(tx_ph, tx_chain_ph); in ipsec_kpipe_sync_rx()
1231 kern_packet_append(tx_ph, tx_chain_ph); in ipsec_netif_sync_tx()
/xnu-8019.80.24/bsd/skywalk/packet/ !
H A Dos_packet.h679 extern void kern_packet_append(const kern_packet_t, const kern_packet_t);
H A Dpacket_kern.c746 kern_packet_append(const kern_packet_t ph1, const kern_packet_t ph2) in kern_packet_append() function