Lines Matching refs:reqid
60 u32 reqid, in xfrm_dst_hash() argument
63 return __xfrm_dst_hash(daddr, saddr, reqid, family, net->xfrm.state_hmask); in xfrm_dst_hash()
94 x->props.reqid, x->props.family, in xfrm_hash_transfer()
925 x->props.reqid = tmpl->reqid; in xfrm_init_tempstate()
1068 h = xfrm_dst_hash(net, daddr, saddr, tmpl->reqid, encap_family); in xfrm_state_find()
1071 x->props.reqid == tmpl->reqid && in xfrm_state_find()
1085 h_wildcard = xfrm_dst_hash(net, daddr, &saddr_wildcard, tmpl->reqid, encap_family); in xfrm_state_find()
1088 x->props.reqid == tmpl->reqid && in xfrm_state_find()
1192 unsigned short family, u8 mode, u8 proto, u32 reqid) in xfrm_stateonly_find() argument
1198 h = xfrm_dst_hash(net, daddr, saddr, reqid, family); in xfrm_stateonly_find()
1201 x->props.reqid == reqid && in xfrm_stateonly_find()
1253 x->props.reqid, x->props.family); in __xfrm_state_insert()
1280 u32 reqid = xnew->props.reqid; in __xfrm_state_bump_genids() local
1286 h = xfrm_dst_hash(net, &xnew->id.daddr, &xnew->props.saddr, reqid, family); in __xfrm_state_bump_genids()
1289 x->props.reqid == reqid && in __xfrm_state_bump_genids()
1313 u32 reqid, u32 if_id, u8 proto, in __find_acq_core() argument
1318 unsigned int h = xfrm_dst_hash(net, daddr, saddr, reqid, family); in __find_acq_core()
1323 if (x->props.reqid != reqid || in __find_acq_core()
1367 x->props.reqid = reqid; in __find_acq_core()
1425 x->props.reqid, x->if_id, x->id.proto, in xfrm_state_add()
1485 x->props.reqid = orig->props.reqid; in xfrm_state_clone()
1577 if (m->reqid) { in xfrm_migrate_state_find()
1579 m->reqid, m->old_family); in xfrm_migrate_state_find()
1584 if (m->reqid && x->props.reqid != m->reqid) in xfrm_migrate_state_find()
1799 xfrm_find_acq(struct net *net, const struct xfrm_mark *mark, u8 mode, u32 reqid, in xfrm_find_acq() argument
1806 x = __find_acq_core(net, mark, family, mode, reqid, if_id, proto, daddr, saddr, create); in xfrm_find_acq()