Lines Matching refs:M_VXLAN
414 static MALLOC_DEFINE(M_VXLAN, vxlan_name,
583 VXLAN_SC_FTABLE_SIZE, M_VXLAN, M_ZERO | M_WAITOK);
601 free(sc->vxl_ftable, M_VXLAN);
768 fe = malloc(sizeof(*fe), M_VXLAN, M_ZERO | M_NOWAIT);
777 free(fe, M_VXLAN);
903 vso = malloc(sizeof(*vso), M_VXLAN, M_WAITOK | M_ZERO);
941 free(vso, M_VXLAN);
1457 free(sc->vxl_im4o, M_VXLAN);
1462 free(sc->vxl_im6o, M_VXLAN);
1514 sc->vxl_im4o = malloc(sizeof(struct ip_moptions), M_VXLAN,
1520 sc->vxl_im6o = malloc(sizeof(struct ip6_moptions), M_VXLAN,
3217 sc = malloc(sizeof(struct vxlan_softc), M_VXLAN, M_WAITOK | M_ZERO);
3271 free(sc, M_VXLAN);
3295 free(sc, M_VXLAN);