V_nat64out
V_nat64out = &nat64_direct;
if (V_nat64out->output(nh->nh_ifp, m, (struct sockaddr *)&dst,
V_nat64out = &nat64_netisr;
return (V_nat64out == &nat64_direct ? 1: 0);
if (V_nat64out == &nat64_direct) /* init_ip4hdr will decrement it */
if (V_nat64out->output(nh->nh_ifp, m, (struct sockaddr *)&dst,
V_nat64out->output_one(n, stats, logdata);
V_nat64out->output_one(n, stats, logdata);