Lines Matching refs:req_opts
951 struct spu_request_opts *req_opts, in spu2_create_request() argument
971 ((req_opts->is_aead && req_opts->is_inbound) ? in spu2_create_request()
990 if (req_opts->is_aead && in spu2_create_request()
997 req_opts->auth_first = req_opts->is_inbound; in spu2_create_request()
1000 if (req_opts->is_aead && in spu2_create_request()
1003 req_opts->auth_first = !req_opts->is_inbound; in spu2_create_request()
1007 req_opts->is_inbound, req_opts->auth_first); in spu2_create_request()
1010 flow_log(" is_esp: %s\n", req_opts->is_esp ? "yes" : "no"); in spu2_create_request()
1040 if ((req_opts->is_rfc4543) || in spu2_create_request()
1050 if (req_opts->is_rfc4543) in spu2_create_request()
1078 spu2_fmd_ctrl0_write(fmd, req_opts->is_inbound, req_opts->auth_first, in spu2_create_request()
1082 spu2_fmd_ctrl1_write(fmd, req_opts->is_inbound, assoc_size, in spu2_create_request()
1088 !req_opts->bd_suppress, return_md); in spu2_create_request()