Lines Matching refs:tx_ph
885 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in ipsec_kpipe_sync_rx() local
887 if (tx_ph == 0) { in ipsec_kpipe_sync_rx()
894 (void) kern_channel_slot_detach_packet(tx_ring, tx_slot, tx_ph); 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()
904 kern_buflet_t tx_buf = kern_packet_get_next_buflet(tx_ph, NULL); in ipsec_kpipe_sync_rx()
910 bpf_tap_packet_out(pcb->ipsec_ifp, DLT_RAW, tx_ph, NULL, 0); in ipsec_kpipe_sync_rx()
912 length = MIN(kern_packet_get_data_length(tx_ph), in ipsec_kpipe_sync_rx()
1221 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in ipsec_netif_sync_tx() local
1223 if (tx_ph == 0) { in ipsec_netif_sync_tx()
1229 (void) kern_channel_slot_detach_packet(tx_ring, tx_slot, tx_ph); 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()
1239 kern_buflet_t tx_buf = kern_packet_get_next_buflet(tx_ph, NULL); in ipsec_netif_sync_tx()
1245 bpf_tap_packet_out(pcb->ipsec_ifp, DLT_RAW, tx_ph, NULL, 0); in ipsec_netif_sync_tx()
1247 length = MIN(kern_packet_get_data_length(tx_ph), in ipsec_netif_sync_tx()
1256 uint32_t policy_id = kern_packet_get_policy_id(tx_ph); in ipsec_netif_sync_tx()
1680 kern_packet_t tx_ph = kern_channel_slot_get_packet(tx_ring, tx_slot); in ipsec_netif_sync_rx() local
1686 if (tx_ph == 0) { in ipsec_netif_sync_rx()
1691 kern_buflet_t tx_buf = kern_packet_get_next_buflet(tx_ph, NULL); in ipsec_netif_sync_rx()
1697 length = MIN(kern_packet_get_data_length(tx_ph), in ipsec_netif_sync_rx()
1711 kern_packet_get_flow_uuid(tx_ph, &flow_uuid); in ipsec_netif_sync_rx()