Lines Matching refs:xnew
1276 static void __xfrm_state_bump_genids(struct xfrm_state *xnew)
1278 struct net *net = xs_net(xnew);
1279 unsigned short family = xnew->props.family;
1280 u32 reqid = xnew->props.reqid;
1283 u32 mark = xnew->mark.v & xnew->mark.m;
1284 u32 if_id = xnew->if_id;
1286 h = xfrm_dst_hash(net, &xnew->id.daddr, &xnew->props.saddr, reqid, family);
1292 xfrm_addr_equal(&x->id.daddr, &xnew->id.daddr, family) &&
1293 xfrm_addr_equal(&x->props.saddr, &xnew->props.saddr, family))