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()
100 x->props.reqid, x->props.family, in xfrm_hash_transfer()
949 x->props.reqid = tmpl->reqid; in xfrm_init_tempstate()
1092 h = xfrm_dst_hash(net, daddr, saddr, tmpl->reqid, encap_family); in xfrm_state_find()
1095 x->props.reqid == tmpl->reqid && in xfrm_state_find()
1109 h_wildcard = xfrm_dst_hash(net, daddr, &saddr_wildcard, tmpl->reqid, encap_family); in xfrm_state_find()
1112 x->props.reqid == tmpl->reqid && in xfrm_state_find()
1220 unsigned short family, u8 mode, u8 proto, u32 reqid) in xfrm_stateonly_find() argument
1226 h = xfrm_dst_hash(net, daddr, saddr, reqid, family); in xfrm_stateonly_find()
1229 x->props.reqid == reqid && in xfrm_stateonly_find()
1281 x->props.reqid, x->props.family); in __xfrm_state_insert()
1314 u32 reqid = xnew->props.reqid; in __xfrm_state_bump_genids() local
1320 h = xfrm_dst_hash(net, &xnew->id.daddr, &xnew->props.saddr, reqid, family); in __xfrm_state_bump_genids()
1323 x->props.reqid == reqid && in __xfrm_state_bump_genids()
1347 u32 reqid, u32 if_id, u8 proto, in __find_acq_core() argument
1352 unsigned int h = xfrm_dst_hash(net, daddr, saddr, reqid, family); in __find_acq_core()
1357 if (x->props.reqid != reqid || in __find_acq_core()
1401 x->props.reqid = reqid; in __find_acq_core()
1459 x->props.reqid, x->if_id, x->id.proto, in xfrm_state_add()
1519 x->props.reqid = orig->props.reqid; in xfrm_state_clone()
1612 if (m->reqid) { in xfrm_migrate_state_find()
1614 m->reqid, m->old_family); in xfrm_migrate_state_find()
1619 if (m->reqid && x->props.reqid != m->reqid) in xfrm_migrate_state_find()
1825 xfrm_find_acq(struct net *net, const struct xfrm_mark *mark, u8 mode, u32 reqid, in xfrm_find_acq() argument
1832 x = __find_acq_core(net, mark, family, mode, reqid, if_id, proto, daddr, saddr, create); in xfrm_find_acq()