Home
last modified time | relevance | path

Searched refs:tx_chain_ph (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dif_utun.c403 kern_packet_t tx_chain_ph = 0; in utun_netif_sync_tx() local
440 if (tx_chain_ph != 0) { in utun_netif_sync_tx()
441 kern_packet_append(tx_ph, tx_chain_ph); in utun_netif_sync_tx()
443 tx_chain_ph = tx_ph; in utun_netif_sync_tx()
534 if (tx_chain_ph != 0) { in utun_netif_sync_tx()
535 kern_pbufpool_free_chain(tx_ring->ckr_pp, tx_chain_ph); in utun_netif_sync_tx()
3357 kern_packet_t tx_chain_ph = 0; in utun_kpipe_sync_rx() local
3374 if (tx_chain_ph != 0) { in utun_kpipe_sync_rx()
3375 kern_packet_append(tx_ph, tx_chain_ph); in utun_kpipe_sync_rx()
3377 tx_chain_ph = tx_ph; in utun_kpipe_sync_rx()
[all …]
H A Dif_ipsec.c869 kern_packet_t tx_chain_ph = 0; in ipsec_kpipe_sync_rx() local
895 if (tx_chain_ph != 0) { in ipsec_kpipe_sync_rx()
896 kern_packet_append(tx_ph, tx_chain_ph); in ipsec_kpipe_sync_rx()
898 tx_chain_ph = tx_ph; in ipsec_kpipe_sync_rx()
1003 if (tx_chain_ph != 0) { in ipsec_kpipe_sync_rx()
1004 kern_pbufpool_free_chain(tx_pp, tx_chain_ph); in ipsec_kpipe_sync_rx()
1186 kern_packet_t tx_chain_ph = 0; in ipsec_netif_sync_tx() local
1230 if (tx_chain_ph != 0) { in ipsec_netif_sync_tx()
1231 kern_packet_append(tx_ph, tx_chain_ph); in ipsec_netif_sync_tx()
1233 tx_chain_ph = tx_ph; in ipsec_netif_sync_tx()
[all …]