Lines Matching refs:td_inb
9458 struct ipsec_test_data td_inb; in test_ipsec_proto_known_vec_inb() local
9463 test_ipsec_td_in_from_out(td, &td_inb); in test_ipsec_proto_known_vec_inb()
9465 memcpy(&td_inb, td, sizeof(td_inb)); in test_ipsec_proto_known_vec_inb()
9467 return test_ipsec_proto_process(&td_inb, NULL, 1, false, &flags); in test_ipsec_proto_known_vec_inb()
9491 struct ipsec_test_data td_inb[IPSEC_TEST_PACKETS_MAX]; in test_ipsec_proto_all() local
9528 ret = test_ipsec_proto_process(td_outb, td_inb, nb_pkts, true, in test_ipsec_proto_all()
9536 test_ipsec_td_update(td_inb, td_outb, nb_pkts, flags); in test_ipsec_proto_all()
9538 ret = test_ipsec_proto_process(td_inb, NULL, nb_pkts, true, in test_ipsec_proto_all()
9563 struct ipsec_test_data td_inb[IPSEC_TEST_PACKETS_MAX]; in test_ipsec_ah_proto_all() local
9574 ret = test_ipsec_proto_process(td_outb, td_inb, nb_pkts, true, in test_ipsec_ah_proto_all()
9582 test_ipsec_td_update(td_inb, td_outb, nb_pkts, flags); in test_ipsec_ah_proto_all()
9584 ret = test_ipsec_proto_process(td_inb, NULL, nb_pkts, true, in test_ipsec_ah_proto_all()
10039 struct ipsec_test_data td_inb[IPSEC_TEST_PACKETS_MAX]; in test_ipsec_pkt_replay() local
10056 ret = test_ipsec_proto_process(td_outb, td_inb, nb_pkts, true, in test_ipsec_pkt_replay()
10061 test_ipsec_td_update(td_inb, td_outb, nb_pkts, &flags); in test_ipsec_pkt_replay()
10064 td_inb[i].ipsec_xform.options.esn = esn_en; in test_ipsec_pkt_replay()
10066 td_inb[i].ar_packet = replayed_pkt[i]; in test_ipsec_pkt_replay()
10069 ret = test_ipsec_proto_process(td_inb, NULL, nb_pkts, true, in test_ipsec_pkt_replay()