Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dskywalk_stubs.c175 STUB(kern_packet_append);
H A Dif_utun.c440 kern_packet_append(tx_ph, tx_chain_ph); in utun_netif_sync_tx()
3377 kern_packet_append(tx_ph, tx_chain_ph); in utun_kpipe_sync_rx()
H A Dif_ipsec.c895 kern_packet_append(tx_ph, tx_chain_ph); in ipsec_kpipe_sync_rx()
1230 kern_packet_append(tx_ph, tx_chain_ph); in ipsec_netif_sync_tx()
/xnu-8796.121.2/bsd/skywalk/packet/
H A Dos_packet.h782 extern void kern_packet_append(const kern_packet_t, const kern_packet_t);
H A Dpacket_kern.c768 kern_packet_append(const kern_packet_t ph1, const kern_packet_t ph2) in kern_packet_append() function