Lines Matching refs:reqid
62 u32 reqid, in xfrm_dst_hash() argument
65 return __xfrm_dst_hash(daddr, saddr, reqid, family, net->xfrm.state_hmask); in xfrm_dst_hash()
121 x->props.reqid, x->props.family, in xfrm_hash_transfer()
1031 x->props.reqid = tmpl->reqid; in xfrm_init_tempstate()
1217 h = xfrm_dst_hash(net, daddr, saddr, tmpl->reqid, encap_family); in xfrm_state_find()
1237 x->props.reqid == tmpl->reqid && in xfrm_state_find()
1251 h_wildcard = xfrm_dst_hash(net, daddr, &saddr_wildcard, tmpl->reqid, encap_family); in xfrm_state_find()
1271 x->props.reqid == tmpl->reqid && in xfrm_state_find()
1421 unsigned short family, u8 mode, u8 proto, u32 reqid) in xfrm_stateonly_find() argument
1427 h = xfrm_dst_hash(net, daddr, saddr, reqid, family); in xfrm_stateonly_find()
1430 x->props.reqid == reqid && in xfrm_stateonly_find()
1482 x->props.reqid, x->props.family); in __xfrm_state_insert()
1519 u32 reqid = xnew->props.reqid; in __xfrm_state_bump_genids() local
1525 h = xfrm_dst_hash(net, &xnew->id.daddr, &xnew->props.saddr, reqid, family); in __xfrm_state_bump_genids()
1528 x->props.reqid == reqid && in __xfrm_state_bump_genids()
1552 u32 reqid, u32 if_id, u8 proto, in __find_acq_core() argument
1557 unsigned int h = xfrm_dst_hash(net, daddr, saddr, reqid, family); in __find_acq_core()
1562 if (x->props.reqid != reqid || in __find_acq_core()
1606 x->props.reqid = reqid; in __find_acq_core()
1666 x->props.reqid, x->if_id, x->id.proto, in xfrm_state_add()
1726 x->props.reqid = orig->props.reqid; in xfrm_state_clone()
1821 if (m->reqid) { in xfrm_migrate_state_find()
1823 m->reqid, m->old_family); in xfrm_migrate_state_find()
1828 if (m->reqid && x->props.reqid != m->reqid) in xfrm_migrate_state_find()
2045 xfrm_find_acq(struct net *net, const struct xfrm_mark *mark, u8 mode, u32 reqid, in xfrm_find_acq() argument
2052 x = __find_acq_core(net, mark, family, mode, reqid, if_id, proto, daddr, saddr, create); in xfrm_find_acq()