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