Lines Matching refs:reqid
61 u32 reqid, in xfrm_dst_hash() argument
64 return __xfrm_dst_hash(daddr, saddr, reqid, family, net->xfrm.state_hmask); in xfrm_dst_hash()
120 x->props.reqid, x->props.family, in xfrm_hash_transfer()
973 x->props.reqid = tmpl->reqid; in xfrm_init_tempstate()
1159 h = xfrm_dst_hash(net, daddr, saddr, tmpl->reqid, encap_family); in xfrm_state_find()
1179 x->props.reqid == tmpl->reqid && in xfrm_state_find()
1193 h_wildcard = xfrm_dst_hash(net, daddr, &saddr_wildcard, tmpl->reqid, encap_family); in xfrm_state_find()
1213 x->props.reqid == tmpl->reqid && in xfrm_state_find()
1367 unsigned short family, u8 mode, u8 proto, u32 reqid) in xfrm_stateonly_find() argument
1373 h = xfrm_dst_hash(net, daddr, saddr, reqid, family); in xfrm_stateonly_find()
1376 x->props.reqid == reqid && in xfrm_stateonly_find()
1428 x->props.reqid, x->props.family); in __xfrm_state_insert()
1465 u32 reqid = xnew->props.reqid; in __xfrm_state_bump_genids() local
1471 h = xfrm_dst_hash(net, &xnew->id.daddr, &xnew->props.saddr, reqid, family); in __xfrm_state_bump_genids()
1474 x->props.reqid == reqid && in __xfrm_state_bump_genids()
1498 u32 reqid, u32 if_id, u8 proto, in __find_acq_core() argument
1503 unsigned int h = xfrm_dst_hash(net, daddr, saddr, reqid, family); in __find_acq_core()
1508 if (x->props.reqid != reqid || in __find_acq_core()
1552 x->props.reqid = reqid; in __find_acq_core()
1612 x->props.reqid, x->if_id, x->id.proto, in xfrm_state_add()
1672 x->props.reqid = orig->props.reqid; in xfrm_state_clone()
1767 if (m->reqid) { in xfrm_migrate_state_find()
1769 m->reqid, m->old_family); in xfrm_migrate_state_find()
1774 if (m->reqid && x->props.reqid != m->reqid) in xfrm_migrate_state_find()
1991 xfrm_find_acq(struct net *net, const struct xfrm_mark *mark, u8 mode, u32 reqid, in xfrm_find_acq() argument
1998 x = __find_acq_core(net, mark, family, mode, reqid, if_id, proto, daddr, saddr, create); in xfrm_find_acq()