gre_is_nullconf
if ((ifp->if_flags & IFF_UP) == 0 || gre_is_nullconf(sp))
if (gre_is_nullconf(sp)) {
static bool gre_is_nullconf(const struct gre_soparm *);