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

/freebsd-10.2-release/sys/net/
H A Dif_vxlan.c160 struct vxlan_ftable_head *vxl_ftable; member in struct:vxlan_softc
520 sc->vxl_ftable = malloc(sizeof(struct vxlan_ftable_head) *
524 LIST_INIT(&sc->vxl_ftable[i]);
534 KASSERT(LIST_EMPTY(&sc->vxl_ftable[i]),
539 free(sc->vxl_ftable, M_VXLAN);
540 sc->vxl_ftable = NULL;
550 LIST_FOREACH_SAFE(fe, &sc->vxl_ftable[i], vxlfe_hash, tfe) {
566 LIST_FOREACH_SAFE(fe, &sc->vxl_ftable[i], vxlfe_hash, tfe) {
677 LIST_FOREACH(fe, &sc->vxl_ftable[i], vxlfe_hash) {
744 lfe = LIST_FIRST(&sc->vxl_ftable[has
[all...]

Completed in 46 milliseconds