Searched refs:vxl_ifp (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/net/
H A Dif_vxlan.c162 struct ifnet *vxl_ifp; member in struct:vxlan_softc
1471 if_printf(sc->vxl_ifp, "multicast interface %s does "
1477 if_printf(sc->vxl_ifp, "interface %s does not support "
1535 ifp = sc->vxl_ifp;
1610 if_printf(sc->vxl_ifp, "port %d in src address does not match "
1621 if_printf(sc->vxl_ifp, "rfc6935_port is already set to "
1629 if_printf(sc->vxl_ifp, "rfc6935_port set to %d\n",
1641 ifp = sc->vxl_ifp;
1706 if_printf(sc->vxl_ifp, "cannot initialize interface: %s\n", reason);
1737 ifp = sc->vxl_ifp;
[all...]

Completed in 133 milliseconds