Lines Matching refs:xnew
1458 static void __xfrm_state_bump_genids(struct xfrm_state *xnew)
1460 struct net *net = xs_net(xnew);
1461 unsigned short family = xnew->props.family;
1462 u32 reqid = xnew->props.reqid;
1465 u32 mark = xnew->mark.v & xnew->mark.m;
1466 u32 if_id = xnew->if_id;
1468 h = xfrm_dst_hash(net, &xnew->id.daddr, &xnew->props.saddr, reqid, family);
1474 xfrm_addr_equal(&x->id.daddr, &xnew->id.daddr, family) &&
1475 xfrm_addr_equal(&x->props.saddr, &xnew->props.saddr, family))