Lines Matching defs:reqid_base
146 u_int16_t reqid_base;
151 .reqid_base = REQID_BASE_DEFAULT,
259 base = ipsec_softcs.reqid_base;
271 ipsec_softcs.reqid_base = base;
367 CTLTYPE_INT, "reqid_base",
1801 uint32_t unit, reqid_base;
1804 reqid_base = ipsec_softcs.reqid_base + unit * 2;
1805 if (reqid_base + 1 > ipsec_softcs.reqid_last) {
1809 ifp->if_xname, reqid_base + 1,
1810 ipsec_softcs.reqid_base, ipsec_softcs.reqid_last);
1818 reqids[REQID_INDEX_IPV4IN] = reqid_base;
1819 reqids[REQID_INDEX_IPV4OUT] = reqid_base;
1820 reqids[REQID_INDEX_IPV6IN] = reqid_base + 1;
1821 reqids[REQID_INDEX_IPV6OUT] = reqid_base + 1;