CTA_IP_V4_DST
if (!tb[CTA_IP_V4_DST])
t->dst.u3.ip = nla_get_in_addr(tb[CTA_IP_V4_DST]);
[CTA_IP_V4_DST] = { .type = NLA_U32 },
nla_put_in_addr(skb, CTA_IP_V4_DST, tuple->dst.u3.ip))
mnl_attr_put_u32(nlh, CTA_IP_V4_DST, dst_ip);