Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dif_utun.c435 if (tx_ph == 0) { in utun_netif_sync_tx()
443 kern_packet_append(tx_ph, tx_chain_ph); in utun_netif_sync_tx()
445 tx_chain_ph = tx_ph; in utun_netif_sync_tx()
776 if (tx_ph == 0) { in utun_netif_sync_rx()
800 uint32_t tx_length = kern_packet_get_data_length(tx_ph); in utun_netif_sync_rx()
3244 if (tx_ph == 0) { in utun_kpipe_sync_tx()
3256 size_t length = MIN(kern_packet_get_data_length(tx_ph), in utun_kpipe_sync_tx()
3387 if (tx_ph == 0) { in utun_kpipe_sync_rx()
3395 kern_packet_append(tx_ph, tx_chain_ph); in utun_kpipe_sync_rx()
3397 tx_chain_ph = tx_ph; in utun_kpipe_sync_rx()
[all …]
H A Dif_ipsec.c848 if (__improbable(tx_ph == 0)) { in ipsec_kpipe_sync_rx()
858 kern_packet_append(tx_ph, tx_chain_ph); in ipsec_kpipe_sync_rx()
860 tx_chain_ph = tx_ph; in ipsec_kpipe_sync_rx()
868 tx_pkt_length = kern_packet_get_data_length(tx_ph); in ipsec_kpipe_sync_rx()
1145 if (tx_ph == 0) { in ipsec_netif_sync_tx()
1153 kern_packet_append(tx_ph, tx_chain_ph); in ipsec_netif_sync_tx()
1155 tx_chain_ph = tx_ph; in ipsec_netif_sync_tx()
1170 length = MIN(kern_packet_get_data_length(tx_ph), in ipsec_netif_sync_tx()
1179 uint32_t policy_id = kern_packet_get_policy_id(tx_ph); in ipsec_netif_sync_tx()
1736 if (tx_ph == 0) { in ipsec_netif_sync_rx()
[all …]