Lines Matching refs:td_inb
504 test_ipsec_td_update(struct ipsec_test_data td_inb[], in test_ipsec_td_update() argument
512 memcpy(td_inb[i].output_text.data, td_outb[i].input_text.data, in test_ipsec_td_update()
514 td_inb[i].output_text.len = td_outb->input_text.len; in test_ipsec_td_update()
517 int icv_pos = td_inb[i].input_text.len - 4; in test_ipsec_td_update()
518 td_inb[i].input_text.data[icv_pos] += 1; in test_ipsec_td_update()
522 td_inb[i].ipsec_xform.life.packets_hard_limit = in test_ipsec_td_update()
526 td_inb[i].ipsec_xform.options.udp_encap = 1; in test_ipsec_td_update()
529 td_inb[i].ipsec_xform.options.udp_ports_verify = 1; in test_ipsec_td_update()
531 td_inb[i].ipsec_xform.options.tunnel_hdr_verify = in test_ipsec_td_update()
535 td_inb[i].ipsec_xform.options.ip_csum_enable = 1; in test_ipsec_td_update()
538 td_inb[i].ipsec_xform.options.l4_csum_enable = 1; in test_ipsec_td_update()
541 td_inb[i].ipsec_xform.options.iv_gen_disable = 0; in test_ipsec_td_update()