Lines Matching refs:pkt
25 OSSL_ACKM_TX_PKT *pkt; member
77 OPENSSL_free(h->pkts[i].pkt); in helper_destroy()
78 h->pkts[i].pkt = NULL; in helper_destroy()
363 h.pkts[i].pkt = tx = OPENSSL_zalloc(sizeof(*tx)); in test_tx_ack_case_actual()
537 h.pkts[i].pkt = tx = OPENSSL_zalloc(sizeof(*tx)); in test_tx_ack_time_script()
547 tx = h.pkts[pkt_idx + i].pkt; in test_tx_ack_time_script()
954 OSSL_ACKM_RX_PKT pkt = {0}; in test_rx_ack_actual() local
956 pkt.pkt_num = s->pn + i; in test_rx_ack_actual()
957 pkt.time = fake_time; in test_rx_ack_actual()
958 pkt.pkt_space = space; in test_rx_ack_actual()
959 pkt.is_ack_eliciting = 1; in test_rx_ack_actual()
963 pkt.pkt_num, in test_rx_ack_actual()
964 pkt.pkt_space), 1)) in test_rx_ack_actual()
967 if (!TEST_int_eq(ossl_ackm_on_rx_packet(h.ackm, &pkt), 1)) in test_rx_ack_actual()
1027 pkts[txi].pkt = tx = &txs[txi]; in test_rx_ack_actual()