Lines Matching refs:req_opts
940 struct spu_request_opts *req_opts, in spu2_create_request() argument
960 ((req_opts->is_aead && req_opts->is_inbound) ? in spu2_create_request()
979 if (req_opts->is_aead && in spu2_create_request()
986 req_opts->auth_first = req_opts->is_inbound; in spu2_create_request()
989 if (req_opts->is_aead && in spu2_create_request()
992 req_opts->auth_first = !req_opts->is_inbound; in spu2_create_request()
996 req_opts->is_inbound, req_opts->auth_first); in spu2_create_request()
999 flow_log(" is_esp: %s\n", req_opts->is_esp ? "yes" : "no"); in spu2_create_request()
1029 if ((req_opts->is_rfc4543) || in spu2_create_request()
1039 if (req_opts->is_rfc4543) in spu2_create_request()
1067 spu2_fmd_ctrl0_write(fmd, req_opts->is_inbound, req_opts->auth_first, in spu2_create_request()
1071 spu2_fmd_ctrl1_write(fmd, req_opts->is_inbound, assoc_size, in spu2_create_request()
1077 !req_opts->bd_suppress, return_md); in spu2_create_request()