NL_RTA_OIF
{ .type = NL_RTA_OIF, .off = _OUT(rta_oif), .cb = snl_attr_get_uint32 },
#define RTA_OIF NL_RTA_OIF
nlattr_add_u32(nw, NL_RTA_OIF, if_getindex(nh->nh_ifp));
nlattr_add_u32(nw, NL_RTA_OIF, if_getindex(nh->nh_ifp));
{ .type = NL_RTA_OIF, .off = _OUT(rta_oif), .cb = nlattr_get_ifp },