Lines Matching refs:reqid

414 	(idx)->reqid = (r);                                                  \
488 #define CMP_PORT 0x2 /* additionally HEAD, reqid, mode. */
489 #define CMP_REQID 0x4 /* additionally HEAD, reqid. */
1278 saidx.reqid = 0;
1784 * If range violation of reqid, kernel will
1790 "key_msg2sp: reqid=%d range "
1796 /* allocate new reqid id if reqid is zero. */
1798 u_int32_t reqid;
1799 if ((reqid = key_newreqid()) == 0) {
1804 (*p_isr)->saidx.reqid = reqid;
1805 xisr->sadb_x_ipsecrequest_reqid = reqid;
1808 (*p_isr)->saidx.reqid =
1893 /* The reqid must be limited to 16 bits because the PF_KEY message format only uses
1896 issues. This code now tests to see if the tentative reqid is in use */
1911 if (isr->saidx.reqid == auto_reqid) {
1977 xisr->sadb_x_ipsecrequest_reqid = isr->saidx.reqid;
4328 sav->sah->saidx.reqid);
4687 u_int32_t reqid)
4710 p->sadb_x_sa2_reqid = reqid;
4878 * compare two secasindex structure without both mode and reqid.
4906 if (saidx0->reqid != saidx1->reqid)
4916 * If reqid of SPD is non-zero, unique SA is required.
4917 * The result must be of same reqid in this case.
4919 if (saidx1->reqid != 0 && saidx0->reqid != saidx1->reqid)
5724 u_int32_t reqid;
5746 reqid = ((struct sadb_x_sa2 *)
5750 reqid = 0;
5797 KEY_SETSECASIDX(proto, mode, reqid, src0 + 1, dst0 + 1, &saidx);
5921 u_int32_t reqid,
5930 KEY_SETSECASIDX(proto, mode, reqid, src, dst, &saidx);
6076 u_int32_t reqid;
6114 reqid = ((struct sadb_x_sa2 *)
6118 reqid = 0;
6127 KEY_SETSECASIDX(proto, mode, reqid, src0 + 1, dst0 + 1, &saidx);
6300 u_int32_t reqid;
6339 reqid = ((struct sadb_x_sa2 *)
6343 reqid = 0;
6351 KEY_SETSECASIDX(proto, mode, reqid, src0 + 1, dst0 + 1, &saidx);
7888 sav->sah->saidx.reqid);
9088 // we ignore reqid for split-tunnel setups