upt              1567 net/xfrm/xfrm_user.c 	struct xfrm_userpolicy_type *upt;
upt              1572 net/xfrm/xfrm_user.c 		upt = nla_data(rt);
upt              1573 net/xfrm/xfrm_user.c 		type = upt->type;
upt              1745 net/xfrm/xfrm_user.c 	struct xfrm_userpolicy_type upt;
upt              1748 net/xfrm/xfrm_user.c 	memset(&upt, 0, sizeof(upt));
upt              1749 net/xfrm/xfrm_user.c 	upt.type = type;
upt              1751 net/xfrm/xfrm_user.c 	return nla_put(skb, XFRMA_POLICY_TYPE, sizeof(upt), &upt);