Lines Matching refs:reqid
43 2. Hash table by (daddr,family,reqid) to find what SAs exist for given
61 u32 reqid,
64 return __xfrm_dst_hash(daddr, saddr, reqid, family, net->xfrm.state_hmask);
120 x->props.reqid, x->props.family,
973 x->props.reqid = tmpl->reqid;
1159 h = xfrm_dst_hash(net, daddr, saddr, tmpl->reqid, encap_family);
1179 x->props.reqid == tmpl->reqid &&
1193 h_wildcard = xfrm_dst_hash(net, daddr, &saddr_wildcard, tmpl->reqid, encap_family);
1213 x->props.reqid == tmpl->reqid &&
1364 unsigned short family, u8 mode, u8 proto, u32 reqid)
1370 h = xfrm_dst_hash(net, daddr, saddr, reqid, family);
1373 x->props.reqid == reqid &&
1425 x->props.reqid, x->props.family);
1462 u32 reqid = xnew->props.reqid;
1468 h = xfrm_dst_hash(net, &xnew->id.daddr, &xnew->props.saddr, reqid, family);
1471 x->props.reqid == reqid &&
1495 u32 reqid, u32 if_id, u8 proto,
1500 unsigned int h = xfrm_dst_hash(net, daddr, saddr, reqid, family);
1505 if (x->props.reqid != reqid ||
1549 x->props.reqid = reqid;
1609 x->props.reqid, x->if_id, x->id.proto,
1669 x->props.reqid = orig->props.reqid;
1764 if (m->reqid) {
1766 m->reqid, m->old_family);
1771 if (m->reqid && x->props.reqid != m->reqid)
1988 xfrm_find_acq(struct net *net, const struct xfrm_mark *mark, u8 mode, u32 reqid,
1995 x = __find_acq_core(net, mark, family, mode, reqid, if_id, proto, daddr, saddr, create);