Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dif_utun.c402 kern_packet_t tx_chain_ph = 0; in utun_netif_sync_tx() local
439 if (tx_chain_ph != 0) { in utun_netif_sync_tx()
440 kern_packet_append(tx_ph, tx_chain_ph); in utun_netif_sync_tx()
442 tx_chain_ph = tx_ph; in utun_netif_sync_tx()
533 if (tx_chain_ph != 0) { in utun_netif_sync_tx()
534 kern_pbufpool_free_chain(tx_ring->ckr_pp, tx_chain_ph); in utun_netif_sync_tx()
3359 kern_packet_t tx_chain_ph = 0; in utun_kpipe_sync_rx() local
3376 if (tx_chain_ph != 0) { in utun_kpipe_sync_rx()
3377 kern_packet_append(tx_ph, tx_chain_ph); in utun_kpipe_sync_rx()
3379 tx_chain_ph = tx_ph; in utun_kpipe_sync_rx()
[all …]
H A Dif_ipsec.c868 kern_packet_t tx_chain_ph = 0; in ipsec_kpipe_sync_rx() local
894 if (tx_chain_ph != 0) { in ipsec_kpipe_sync_rx()
895 kern_packet_append(tx_ph, tx_chain_ph); in ipsec_kpipe_sync_rx()
897 tx_chain_ph = tx_ph; in ipsec_kpipe_sync_rx()
1002 if (tx_chain_ph != 0) { in ipsec_kpipe_sync_rx()
1003 kern_pbufpool_free_chain(tx_pp, tx_chain_ph); in ipsec_kpipe_sync_rx()
1185 kern_packet_t tx_chain_ph = 0; in ipsec_netif_sync_tx() local
1229 if (tx_chain_ph != 0) { in ipsec_netif_sync_tx()
1230 kern_packet_append(tx_ph, tx_chain_ph); in ipsec_netif_sync_tx()
1232 tx_chain_ph = tx_ph; in ipsec_netif_sync_tx()
[all …]