Home
last modified time | relevance | path

Searched refs:vxl_mc_ifname (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/
H A Dif_vxlan.c206 char vxl_mc_ifname[IFNAMSIZ]; member
1453 ifp = ifunit_ref(sc->vxl_mc_ifname); in vxlan_setup_multicast_interface()
1456 "not exist\n", sc->vxl_mc_ifname); in vxlan_setup_multicast_interface()
1462 "multicast\n", sc->vxl_mc_ifname); in vxlan_setup_multicast_interface()
1482 if (sc->vxl_mc_ifname[0] != '\0') { in vxlan_setup_multicast()
1658 sc->vxl_mc_ifname[0] != '\0') { in vxlan_valid_init_config()
2140 strlcpy(sc->vxl_mc_ifname, cmd->vxlcmd_ifname, IFNAMSIZ); in vxlan_ctrl_set_multicast_if()
2993 strlcpy(sc->vxl_mc_ifname, vxlp->vxlp_mc_ifname, IFNAMSIZ); in vxlan_set_user_config()
3076 if (sc->vxl_mc_ifname[0] != '\0') { in vxlan_set_hwcaps()
3078 p = ifunit_ref(sc->vxl_mc_ifname); in vxlan_set_hwcaps()